Itpub Downloader

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

Hvad er Itpub Downloader?

Itpub Downloader er en Chrome-udvidelse udviklet af rivend, og dens hovedfunktion er "Download attachments like ebooks from http://www.itpub.net.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Itpub Downloader-udvidelses-CRX-fil

Download Itpub Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Assistant to simplify downloading attachment from itpub.net.                    

Grundlæggende oplysninger om udvidelsen

Navn Itpub Downloader Itpub Downloader
ID mmbonleanalpimdalodkaannldhpoacb
Officiel URL https://chrome.google.com/webstore/detail/itpub-downloader/mmbonleanalpimdalodkaannldhpoacb
Beskrivelse Download attachments like ebooks from http://www.itpub.net.
Filstørrelse 108 KB
Antal Installationer 768
Nuværende Version 1.0.2
Senest Opdateret 2014-10-20
Udgivelsesdato 2014-10-20
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler rivend
Betalingsmetode free
Understøttede Sprog 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"
}