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, "name": "DBLP CORE Conference Ranker", "description": "Classifies conferences on DBLP author profiles using CORE current and historic rankings and shows a summary panel.", "version": "1.1.0", "content_scripts": [ { "matches": [ "https:\/\/dblp.org\/pid\/*.html", "https:\/\/dblp.org\/pers\/hd\/*\/*.html", "https:\/\/dblp.org\/pers\/hd\/*", "https:\/\/dblp.uni-trier.de\/pid\/*.html", "https:\/\/dblp.uni-trier.de\/pers\/hd\/*\/*.html", "https:\/\/dblp.uni-trier.de\/pers\/hd\/*" ], "js": [ "dist\/content.js" ], "run_at": "document_idle" } ], "host_permissions": [ "https:\/\/dblp.org\/*", "https:\/\/dblp.uni-trier.de\/*" ], "web_accessible_resources": [ { "resources": [ "core\/CORE_2014.json", "core\/CORE_2017.json", "core\/CORE_2018.json", "core\/CORE_2020.json", "core\/CORE_2021.json", "core\/CORE_2023.json" ], "matches": [ "https:\/\/dblp.org\/*", "https:\/\/dblp.uni-trier.de\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }