Google Scholar PDF Reader

Google Scholar PDF Reader

Supercharge your paper reading: follow references, skim outline, jump to figures, cite and save.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_1678__",
  "default_locale": "en",
  "description": "__MSG_1726__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "0.1.3",
  "minimum_chrome_version": "110.0",
  "permissions": [
    "webNavigation",
    "webRequest",
    "declarativeNetRequest",
    "scripting",
    "storage",
    "offscreen",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background-compiled.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "contentscript-compiled.js"
      ]
    },
    {
      "matches": [
        "*://scholar.google.com/*"
      ],
      "js": [
        "authuserscript-compiled.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_origin_as_fallback": true,
      "js": [
        "printscript-compiled.js"
      ]
    },
    {
      "matches": [
        "*://scholar.google.com/*"
      ],
      "include_globs": [
        "*/scholar_gsb_promo*"
      ],
      "css": [
        "disable_promo.css"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "incognito": "split",
  "sandbox": {
    "pages": [
      "pdf_loader_iframe.html"
    ]
  },
  "content_security_policy": {
    "extension_pages": "child-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'; frame-src 'self'",
    "sandbox": "sandbox allow-downloads allow-scripts; script-src 'self' blob:; frame-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "reader.html",
        "pdf_loader_iframe.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": {
    "email": "[email protected]"
  }
}