Examine source code of PubMedX

Inspect and view changes in PubMedX source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "author": "Emuyn LLC",
  "name": "PubmedX",
  "version": "1.1.2",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://pubmed.ncbi.nlm.nih.gov/*",
        "https://www.ncbi.nlm.nih.gov/pmc/*",
        "https://www.mendeley.com/*",
        "https://www.jstage.jst.go.jp/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "contentscripts.js",
        "impactfactor.js",
        "images.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "32": "icons/32.png",
    "72": "icons/72.png",
    "128": "icons/128.png",
    "512": "icons/512.png"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "description": "日本人のための PubMed 文献検索補助ツール",
  "permissions": [
    "storage",
    "webRequest",
    "https://medeputize.sakura.ne.jp/api/*"
  ]
}