AI Code Finder & Alerts for Papers: CatalyzeX

AI Code Finder & Alerts for Papers: CatalyzeX

🧑‍💻 Get implementation code for AI and other research papers directly on Google Search, ArXiv, Scholar, PubMed, IEEE...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "CatalyzeX.com",
  "name": "AI Code Finder & Alerts for Papers: CatalyzeX",
  "version": "0.0.0.112",
  "description": "🧑‍💻 Get implementation code for AI and other research papers directly on Google Search, ArXiv, Scholar, PubMed, IEEE...",
  "content_security_policy": {
    "extension_pages": "default-src 'self'; object-src 'self'; style-src 'self' data: 'unsafe-inline';"
  },
  "background": {
    "service_worker": "src/scripts/background.js"
  },
  "content_scripts": [
    {
      "css": [
        "src/styles/extension.css"
      ],
      "matches": [
        "https://arxiv.org/*",
        "https://twitter.com/*",
        "https://www.google.com/*",
        "https://www.google.co.uk/*",
        "https://www.google.co.in/*",
        "https://www.google.co.il/*",
        "https://www.google.co.kr/*",
        "https://www.google.co.jp/*",
        "https://www.google.co.th/*",
        "https://www.google.co.ma/*",
        "https://www.google.co.nz/*",
        "https://www.google.com.br/*",
        "https://www.google.com.vn/*",
        "https://www.google.com.tw/*",
        "https://www.google.com.au/*",
        "https://www.google.com.sg/*",
        "https://www.google.com.tr/*",
        "https://www.google.com.eg/*",
        "https://www.google.com.hk/*",
        "https://www.google.com.bd/*",
        "https://www.google.com.pk/*",
        "https://www.google.com.pe/*",
        "https://www.google.com.ar/*",
        "https://www.google.com.ph/*",
        "https://www.google.fr/*",
        "https://www.google.de/*",
        "https://www.google.ca/*",
        "https://www.google.it/*",
        "https://www.google.sc/*",
        "https://www.google.es/*",
        "https://www.google.ru/*",
        "https://www.google.at/*",
        "https://www.google.cz/*",
        "https://www.google.pt/*",
        "https://www.google.ch/*",
        "https://www.google.tn/*",
        "https://www.google.dz/*",
        "https://www.google.lk/*",
        "https://www.google.pl/*",
        "https://scholar.google.com/*",
        "https://scholar.google.co.uk/*",
        "https://scholar.google.co.in/*",
        "https://scholar.google.co.il/*",
        "https://scholar.google.co.kr/*",
        "https://scholar.google.co.jp/*",
        "https://scholar.google.co.th/*",
        "https://scholar.google.co.nz/*",
        "https://scholar.google.com.br/*",
        "https://scholar.google.com.vn/*",
        "https://scholar.google.com.tw/*",
        "https://scholar.google.com.au/*",
        "https://scholar.google.com.sg/*",
        "https://scholar.google.com.tr/*",
        "https://scholar.google.com.eg/*",
        "https://scholar.google.com.hk/*",
        "https://scholar.google.com.bd/*",
        "https://scholar.google.com.pk/*",
        "https://scholar.google.com.pe/*",
        "https://scholar.google.com.ar/*",
        "https://scholar.google.com.ph/*",
        "https://scholar.google.fr/*",
        "https://scholar.google.de/*",
        "https://scholar.google.ca/*",
        "https://scholar.google.it/*",
        "https://scholar.google.sc/*",
        "https://scholar.google.es/*",
        "https://scholar.google.ru/*",
        "https://scholar.google.at/*",
        "https://scholar.google.cz/*",
        "https://scholar.google.pt/*",
        "https://scholar.google.ch/*",
        "https://scholar.google.pl/*",
        "https://*.catalyzex.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "src/scripts/extension.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://www.catalyzex.com/*",
      "http://localhost:3001/*"
    ]
  },
  "permissions": [
    "contextMenus",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://arxiv.org/*",
    "https://twitter.com/*",
    "https://www.google.com/*",
    "https://www.google.co.uk/*",
    "https://www.google.co.in/*",
    "https://www.google.co.il/*",
    "https://www.google.co.kr/*",
    "https://www.google.co.jp/*",
    "https://www.google.co.th/*",
    "https://www.google.co.ma/*",
    "https://www.google.co.nz/*",
    "https://www.google.com.br/*",
    "https://www.google.com.vn/*",
    "https://www.google.com.tw/*",
    "https://www.google.com.au/*",
    "https://www.google.com.sg/*",
    "https://www.google.com.tr/*",
    "https://www.google.com.eg/*",
    "https://www.google.com.hk/*",
    "https://www.google.com.bd/*",
    "https://www.google.com.pk/*",
    "https://www.google.com.pe/*",
    "https://www.google.com.ar/*",
    "https://www.google.com.ph/*",
    "https://www.google.fr/*",
    "https://www.google.de/*",
    "https://www.google.ca/*",
    "https://www.google.it/*",
    "https://www.google.sc/*",
    "https://www.google.es/*",
    "https://www.google.ru/*",
    "https://www.google.at/*",
    "https://www.google.cz/*",
    "https://www.google.pt/*",
    "https://www.google.ch/*",
    "https://www.google.tn/*",
    "https://www.google.dz/*",
    "https://www.google.lk/*",
    "https://www.google.pl/*",
    "https://scholar.google.com/*",
    "https://scholar.google.co.uk/*",
    "https://scholar.google.co.in/*",
    "https://scholar.google.co.il/*",
    "https://scholar.google.co.kr/*",
    "https://scholar.google.co.jp/*",
    "https://scholar.google.co.th/*",
    "https://scholar.google.co.nz/*",
    "https://scholar.google.com.br/*",
    "https://scholar.google.com.vn/*",
    "https://scholar.google.com.tw/*",
    "https://scholar.google.com.au/*",
    "https://scholar.google.com.sg/*",
    "https://scholar.google.com.tr/*",
    "https://scholar.google.com.eg/*",
    "https://scholar.google.com.hk/*",
    "https://scholar.google.com.bd/*",
    "https://scholar.google.com.pk/*",
    "https://scholar.google.com.pe/*",
    "https://scholar.google.com.ar/*",
    "https://scholar.google.com.ph/*",
    "https://scholar.google.fr/*",
    "https://scholar.google.de/*",
    "https://scholar.google.ca/*",
    "https://scholar.google.it/*",
    "https://scholar.google.sc/*",
    "https://scholar.google.es/*",
    "https://scholar.google.ru/*",
    "https://scholar.google.at/*",
    "https://scholar.google.cz/*",
    "https://scholar.google.pt/*",
    "https://scholar.google.ch/*",
    "https://scholar.google.pl/*",
    "https://*.catalyzex.com/*"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": "assets/icons/catalyzeX_transparent128.png",
    "default_title": "CatalyzeX: Finds code for papers. E.g. try googling 'stylegan paper'.",
    "default_popup": "src/views/popup.html"
  },
  "icons": {
    "16": "assets/icons/catalyzeX_transparent16.png",
    "32": "assets/icons/catalyzeX_transparent32.png",
    "48": "assets/icons/catalyzeX_transparent48.png",
    "128": "assets/icons/catalyzeX_transparent128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/icons/active_bell_icon_dark_mode.png",
        "assets/icons/active_bell_icon_light_mode.png",
        "assets/icons/add_code_button3.png",
        "assets/icons/addcode_dark_mode_icon.svg",
        "assets/icons/addcode_plus_button_light.png",
        "assets/icons/addcode_white.png",
        "assets/icons/alert_dark_mode_icon.png",
        "assets/icons/alert_light_mode_icon.png",
        "assets/icons/alert_white.png",
        "assets/icons/bookmark_dark_mode_icon.png",
        "assets/icons/bookmark_light_mode_icon.png",
        "assets/icons/catalyzeX_transparent128.png",
        "assets/icons/catalyzeX_transparent16.png",
        "assets/icons/catalyzeX_transparent32.png",
        "assets/icons/catalyzeX_transparent48.png",
        "assets/icons/clipboard-copied.png",
        "assets/icons/clipboard.png",
        "assets/icons/code_button_3.5x_latest.png",
        "assets/icons/cx_blog_logo.png",
        "assets/icons/cxlogoicon_btn.png",
        "assets/icons/facebook-messenger--v2.png",
        "assets/icons/facebook-new.png",
        "assets/icons/filled-message.png",
        "assets/icons/link.png",
        "assets/icons/linkedin.png",
        "assets/icons/mail_icon.svg",
        "assets/icons/play_icon.png",
        "assets/icons/profillic copy.png",
        "assets/icons/reddit.png",
        "assets/icons/share.png",
        "assets/icons/slack_icon.png",
        "assets/icons/star-marked.png",
        "assets/icons/star-unmarked.png",
        "assets/icons/twitter.png",
        "assets/icons/whatsapp.png",
        "src/views/permissions_dropdown.html",
        "src/views/onboarding.html",
        "src/scripts/onboarding.js",
        "src/scripts/permissions_dropdown.js",
        "src/styles/extension.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3
}