INSPIRE-HEP Lookup

Quickly find academic papers in INSPIRE-HEP database from arXiv, DOI, and other academic URLs of the current page
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "INSPIRE-HEP Lookup",
  "version": "1.0.0",
  "description": "Quickly find academic papers in INSPIRE-HEP database from arXiv, DOI, and other academic URLs of the current page",
  "author": "Coleridge Faraday",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "Find in INSPIRE-HEP",
    "default_icon": {
      "48": "icon48.png",
      "96": "icon96.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b39de3da-96d7-45ca-82f8-c503230e3139}"
    }
  }
}