PubChem Quick Search Firefox

Examine source code of PubChem Quick Search

By: bfreed3
Inspect and view changes in PubChem Quick Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PubChem Quick Search",
  "version": "1.0",
  "description": "Quick search for PubChem",
  "browser_specific_settings": {
    "gecko": {
      "id": "pubchem-quick-search@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://pubchem.ncbi.nlm.nih.gov/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon48.png"
    }
  },
  "icons": {
    "48": "icon48.png"
  },
  "omnibox": {
    "keyword": "pc"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best PubChem Quick Search Alternatives

Here are some Firefox add-ons that are similar to PubChem Quick Search: