Itpub Downloader
Download attachments like ebooks from http://www.itpub.net.
Cos'è Itpub Downloader?
Itpub Downloader è un'estensione di Chrome sviluppata da rivend, e la sua funzione principale è "Download attachments like ebooks from http://www.itpub.net.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Itpub Downloader
Scarica i file di estensione Itpub Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Assistant to simplify downloading attachment from itpub.net.
Informazioni di Base sull'Estensione
Nome | |
ID | mmbonleanalpimdalodkaannldhpoacb |
URL Ufficiale | https://chrome.google.com/webstore/detail/itpub-downloader/mmbonleanalpimdalodkaannldhpoacb |
Descrizione | Download attachments like ebooks from http://www.itpub.net. |
Dimensione del File | 108 KB |
Conteggio Installazioni | 768 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-10-20 |
Data di Pubblicazione | 2014-10-20 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | rivend |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |