Itpub Downloader

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

什麼是Itpub Downloader?

Itpub Downloader是由rivend開發的Chrome擴展程式,該擴展的主要功能是“Download attachments like ebooks from http://www.itpub.net.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Itpub Downloader擴展crx文件

下載Itpub Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Assistant to simplify downloading attachment from itpub.net.                    

擴展基本資訊

名稱 Itpub Downloader Itpub Downloader
ID mmbonleanalpimdalodkaannldhpoacb
官方網址 https://chrome.google.com/webstore/detail/itpub-downloader/mmbonleanalpimdalodkaannldhpoacb
簡介 Download attachments like ebooks from http://www.itpub.net.
檔案大小 108 KB
安裝次數 768
目前版本 1.0.2
更新時間 2014-10-20
上架時間 2014-10-20
評分 5.00/5 共 7 次評分
開發者 rivend
付費類型 free
支援的語言 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"
}