Quick Forum Downloader

Download the forum attachment quickly

Quick Forum Downloaderとは何ですか?

Quick Forum Downloaderはcheuksamによって開発されたChromeの拡張機能で、その主な機能は「Download the forum attachment quickly」です。

拡張機能のスクリーンショット

screenshot
screenshot

Quick Forum Downloader拡張機能のCRXファイルをダウンロード

Quick Forum Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Single click for download forum attachment

Forum supported: UNetBoard                    

拡張機能の基本情報

名前 Quick Forum Downloader Quick Forum Downloader
ID npehfldmceamlhloggdocdiihigadpbe
公式URL https://chrome.google.com/webstore/detail/quick-forum-downloader/npehfldmceamlhloggdocdiihigadpbe
説明 Download the forum attachment quickly
ファイルサイズ 7.22 KB
インストール数 91
現在のバージョン 1
最終更新日 2016-08-22
公開日 2016-08-22
評価 5.00/5 合計 1 レビュー
開発者 cheuksam
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/samcheuk/quick-forum-downloader
ヘルプページのURL https://github.com/samcheuk/quick-forum-downloader
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Forum Downloader",
    "description": "Download the forum attachment quickly",
    "version": "1",
    "permissions": [
        "downloads",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Quick Forum Downloader",
        "default_icon": "quick_download_icon.png"
    },
    "manifest_version": 2
}