Itpub Downloader
Download attachments like ebooks from http://www.itpub.net.
Wat is Itpub Downloader?
Itpub Downloader is een Chrome-extensie ontwikkeld door rivend, en de belangrijkste functie is "Download attachments like ebooks from http://www.itpub.net.".
Extensie Screenshots
Download het CRX-bestand van de extensie Itpub Downloader
Download Itpub Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Assistant to simplify downloading attachment from itpub.net.
Basisinformatie over de Extensie
Naam | |
ID | mmbonleanalpimdalodkaannldhpoacb |
Officiële URL | https://chrome.google.com/webstore/detail/itpub-downloader/mmbonleanalpimdalodkaannldhpoacb |
Beschrijving | Download attachments like ebooks from http://www.itpub.net. |
Bestandsgrootte | 108 KB |
Aantal Installaties | 768 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2014-10-20 |
Publicatiedatum | 2014-10-20 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | rivend |
Betalingswijze | free |
Ondersteunde Talen | 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" } |