paper download
Download paper from google scholar.
What is paper download?
paper download is a Chrome extension developed by kambit, and its main feature is "Download paper from google scholar.".
Extension Screenshots
Download paper download Extension CRX File
Download paper download 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
This extension will help you download paper from google scholar.
Extension Basic Information
Name | |
ID | fglgooccbaafoolhcccnkenjoigcnlpf |
Official URL | https://chrome.google.com/webstore/detail/paper-download/fglgooccbaafoolhcccnkenjoigcnlpf |
Description | Download paper from google scholar. |
File Size | 10.18 KB |
Installation Count | 1,000 |
Current Version | 1.0 |
Last Updated | 2017-07-25 |
Publish Date | 2017-07-25 |
Developer | kambit |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kambit/paper-download |
Help Page URL | https://github.com/kambit/paper-download/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "paper download", "description": "Download paper from google scholar.", "version": "1.0", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/", "downloads" ], "homepage_url": "https:\/\/github.com\/kambit\/paper-download", "background": { "scripts": [ "menu.js" ] }, "icons": { "16": "p16.png", "48": "p48.png", "128": "p128.png" }, "manifest_version": 2 } |