Itpub Downloader

Download attachments like ebooks from http://www.itpub.net.

Qu'est-ce que Itpub Downloader ?

Itpub Downloader est une extension Chrome développée par rivend, et sa fonction principale est "Download attachments like ebooks from http://www.itpub.net.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Itpub Downloader

Téléchargez les fichiers d'extension Itpub Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Assistant to simplify downloading attachment from itpub.net.                    

Informations de Base sur l'Extension

Nom Itpub Downloader Itpub Downloader
ID mmbonleanalpimdalodkaannldhpoacb
URL Officiel https://chrome.google.com/webstore/detail/itpub-downloader/mmbonleanalpimdalodkaannldhpoacb
Description Download attachments like ebooks from http://www.itpub.net.
Taille du Fichier 108 KB
Nombre d'Installations 768
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-10-20
Date de Publication 2014-10-20
Évaluation 5.00/5 Total 7 Évaluations
Développeur rivend
Type de Paiement free
Langues Prises en Charge 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"
}