Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.0.1", "name": "GoingMed", "description": "Pubmed \u5f71\u54cd\u56e0\u5b50\u663e\u793a", "action": { "default_popup": "popup.html", "default_icon": { "32": "image\/128.png" } }, "icons": { "16": "image\/16.png", "48": "image\/48.png", "128": "image\/128.png" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/pubmed.ncbi.nlm.nih.gov\/*" ], "js": [ "js\/jquery.min.1.8.js", "js\/common.js", "js\/pubmed.js" ], "css": [ "css\/main.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/scholar.google.com\/*" ], "js": [ "js\/jquery.min.1.8.js", "js\/common.js", "js\/scholar.js" ], "css": [ "css\/main.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.semanticscholar.org\/*" ], "js": [ "js\/jquery.min.1.8.js", "js\/common.js", "js\/semanticscholar.js" ], "css": [ "css\/main.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/*" ], "js": [ "js\/jquery.min.1.8.js", "js\/common.js", "js\/alldetail.js" ], "css": [ "css\/main.css" ], "run_at": "document_end" } ], "background": { "service_worker": "js\/background.js", "type": "module", "matches": [ "*:\/\/pubmed.ncbi.nlm.nih.gov\/*" ] }, "web_accessible_resources": [ { "resources": [ "image\/*.png" ], "matches": [ "*:\/\/pubmed.ncbi.nlm.nih.gov\/*" ] } ] }