Downloader
Generate PDF download link in the CNKI paper search result
What is Downloader?
Downloader is a Chrome extension developed by platonewang, and its main feature is "Generate PDF download link in the CNKI paper search result".
Download Downloader Extension CRX File
Download Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ![]() |
ID | mjaaaidbkmjlgdejeikmmmjkpehokbfg |
Official URL | https://chrome.google.com/webstore/detail/downloader/mjaaaidbkmjlgdejeikmmmjkpehokbfg |
Description | Generate PDF download link in the CNKI paper search result |
File Size | 15.68 KB |
Installation Count | 103 |
Current Version | 1.0 |
Last Updated | 2018-03-17 |
Publish Date | 2018-03-17 |
Developer | platonewang |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloader", "description": "Generate PDF download link in the CNKI paper search result", "version": "1.0", "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*.cnki.net\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |