ふたば@アプリ としあき(仮) 出張版

ふたばちゃんねるの閲覧をアシストします。スレッドに画像一覧と読み上げ機能を追加します。カタログにキーワード保存型の抽出検索を追加します。

What is ふたば@アプリ としあき(仮) 出張版?

ふたば@アプリ としあき(仮) 出張版 is a Chrome extension developed by andosan.dev, and its main feature is "ふたばちゃんねるの閲覧をアシストします。スレッドに画像一覧と読み上げ機能を追加します。カタログにキーワード保存型の抽出検索を追加します。".

Extension Screenshots

screenshot

Download ふたば@アプリ としあき(仮) 出張版 Extension CRX File

Download ふたば@アプリ としあき(仮) 出張版 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ふたクロと併用可能な拡張機能です
便利な機能が閲覧時に追加されます

【カタログ】
・虹覧風のキーワード抽出機能

【スレッド】
・自動スクロール読み上げ機能
・グリッド型の画像一覧表示
・専用の画像ビューワー

~最近の更新~
・画像一覧スクロールのチラツキを改善                    

Extension Basic Information

Name ふたば@アプリ としあき(仮) 出張版 ふたば@アプリ としあき(仮) 出張版
ID nhiegnhgjieegcgdkbneigigmpijbnhe
Official URL https://chromewebstore.google.com/detail/%E3%81%B5%E3%81%9F%E3%81%B0%E3%82%A2%E3%83%97%E3%83%AA-%E3%81%A8%E3%81%97%E3%81%82%E3%81%8D%E4%BB%AE-%E5%87%BA%E5%BC%B5%E7%89%88/nhiegnhgjieegcgdkbneigigmpijbnhe
Description ふたばちゃんねるの閲覧をアシストします。スレッドに画像一覧と読み上げ機能を追加します。カタログにキーワード保存型の抽出検索を追加します。
File Size 92.97 KB
Installation Count 4,194
Current Version 1.1.1
Last Updated 2020-01-22
Publish Date 2020-01-22
Rating 4.70/5 Total 10 Ratings
Developer andosan.dev
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u3075\u305f\u3070@\u30a2\u30d7\u30ea \u3068\u3057\u3042\u304d(\u4eee) \u51fa\u5f35\u7248",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "\u3075\u305f\u3070\u3061\u3083\u3093\u306d\u308b\u306e\u95b2\u89a7\u3092\u30a2\u30b7\u30b9\u30c8\u3057\u307e\u3059\u3002\u30b9\u30ec\u30c3\u30c9\u306b\u753b\u50cf\u4e00\u89a7\u3068\u8aad\u307f\u4e0a\u3052\u6a5f\u80fd\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002\u30ab\u30bf\u30ed\u30b0\u306b\u30ad\u30fc\u30ef\u30fc\u30c9\u4fdd\u5b58\u578b\u306e\u62bd\u51fa\u691c\u7d22\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002",
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*.2chan.net\/*\/res\/*htm",
                "https:\/\/*.2chan.net\/*\/res\/*htm",
                "http:\/\/*.2chan.net\/*\/futaba.php*",
                "https:\/\/*.2chan.net\/*\/futaba.php*",
                "http:\/\/kako.futakuro.com\/futa\/*\/*\/",
                "https:\/\/kako.futakuro.com\/futa\/*\/*\/",
                "http:\/\/board.futakuro.com\/jk2\/res\/*htm"
            ],
            "js": [
                "js\/define.js",
                "js\/utility.js",
                "js\/thread.js",
                "js\/catalog.js",
                "js\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/define.js",
            "js\/utility.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "image\/icon16.png",
        "image\/icon48.png",
        "image\/icon128.png",
        "image\/blank.png",
        "image\/toolbar_addon_icon.png",
        "image\/thread_viewer_dl.png",
        "image\/thread_viewer_newtab.png",
        "image\/thread_viewer_close.png"
    ],
    "options_page": "html\/options.html"
}