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
公式URL 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"
}