Itpub Downloader
Download attachments like ebooks from http://www.itpub.net.
What is Itpub Downloader?
Itpub Downloader is a Chrome extension developed by rivend, and its main feature is "Download attachments like ebooks from http://www.itpub.net.".
Extension Screenshots
Download Itpub Downloader Extension CRX File
Download Itpub 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
Assistant to simplify downloading attachment from itpub.net.
Extension Basic Information
Name | |
ID | mmbonleanalpimdalodkaannldhpoacb |
Official URL | https://chrome.google.com/webstore/detail/itpub-downloader/mmbonleanalpimdalodkaannldhpoacb |
Description | Download attachments like ebooks from http://www.itpub.net. |
File Size | 108 KB |
Installation Count | 768 |
Current Version | 1.0.2 |
Last Updated | 2014-10-20 |
Publish Date | 2014-10-20 |
Rating | 5.00/5 Total 7 Ratings |
Developer | rivend |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Itpub Downloader", "description": "Download attachments like ebooks from http:\/\/www.itpub.net.", "version": "1.0.2", "minimum_chrome_version": "31", "manifest_version": 2, "permissions": [ "declarativeContent", "downloads", "http:\/\/*.itpub.net\/*" ], "page_action": { "default_title": "Itpub Download", "default_icon": "\/icons\/icon128.png", "default_popup": "\/views\/popup.html" }, "icons": { "16": "\/icons\/icon16.png", "24": "\/icons\/icon24.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png", "256": "\/icons\/icon256.png" }, "web_accessible_resources": [ "\/images\/download.png" ], "background": { "scripts": [ "\/scripts\/background.js" ] }, "options_page": "\/views\/options.html" } |