By: CatalyzeX
Inspect and view changes in AI Code Finder & Alerts for Papers: CatalyzeX source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"author": "CatalyzeX.com",
"name": "AI Code Finder & Alerts for Papers: CatalyzeX",
"version": "0.0.0.122",
"description": "🧑💻 Get code for AI & other research papers, create alerts, ask authors questions directly on Google, ArXiv, Scholar, PubMed, IEEE",
"background": {
"scripts": [
"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"
]
}
],
"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/*",
"contextMenus",
"scripting",
"storage"
],
"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": [
"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"
],
"manifest_version": 2,
"optional_permissions": [
"<all_urls>"
],
"browser_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"
},
"browser_specific_settings": {
"gecko": {
"id": "{a3f8e50c-bc39-4e48-ae2f-2ed36fa6752b}"
}
}
} Best AI Code Finder & Alerts for Papers: CatalyzeX Alternatives
Here are some Firefox add-ons that are similar to AI Code Finder & Alerts for Papers: CatalyzeX:
Annotate web pages with research papers and code
Grigori Fursin
CodeX
Anthony
Chrome Extension: Academic Paper...
Aevorn LLC
arxiv-shorts
armstrong153
Crossminds Papers with Video
davidlbit
Code Self Study
j127
Code Analyzer
Abhishek
Scholarcy Browser Extension
Scholarcy Limited
Paper Finder | Discover related academic papers
Researcher
Article Galaxy Browser Extension
Research Solutions
Paperpile
Paperpile LLC
EdWard
Coded For Humans