Itpub Downloader

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

Was ist Itpub Downloader?

Itpub Downloader ist eine Chrome-Erweiterung, die von rivend entwickelt wurde, und ihr Hauptmerkmal ist "Download attachments like ebooks from http://www.itpub.net.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Itpub Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Itpub Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Assistant to simplify downloading attachment from itpub.net.                    

Grundlegende Informationen zur Erweiterung

Name Itpub Downloader Itpub Downloader
ID mmbonleanalpimdalodkaannldhpoacb
Offizielle URL https://chrome.google.com/webstore/detail/itpub-downloader/mmbonleanalpimdalodkaannldhpoacb
Beschreibung Download attachments like ebooks from http://www.itpub.net.
Dateigröße 108 KB
Installationsanzahl 768
Aktuelle Version 1.0.2
Letztes Update 2014-10-20
Veröffentlichungsdatum 2014-10-20
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler rivend
Zahlungsart free
Unterstützte Sprachen 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"
}