4chan Tools

Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…

4chan Toolsとは何ですか?

4chan Toolsはloges.rolfによって開発されたChromeの拡張機能で、その主な機能は「Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…」です。

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

screenshot

4chan Tools拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Some little helper to improve your 4chan expirience.

Current functions:

* Expand all Threads
* Collapse all Threads
* Show all Images (only images, no text, in full resolution)                    

拡張機能の基本情報

名前 4chan Tools 4chan Tools
ID npfjigfafappjjdefjdhleaoapleajdp
公式URL https://chrome.google.com/webstore/detail/4chan-tools/npfjigfafappjjdefjdhleaoapleajdp
説明 Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…
ファイルサイズ 74.95 KB
インストール数 97
現在のバージョン 1.0
最終更新日 2015-10-24
公開日 2015-10-24
評価 2.00/5 合計 1 レビュー
開発者 loges.rolf
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "4chan Tools",
    "version": "1.0",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_title": "4chan Tools",
        "default_popup": "popup\/default.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "300": "img\/icon300.png"
    },
    "web_accessible_resources": [
        "img\/*.png"
    ]
}