Furigana hider

Simple way to get hide/show furigana in tags.

Furigana hiderとは何ですか?

Furigana hiderはgray_-_wolfによって開発されたChromeの拡張機能で、その主な機能は「Simple way to get hide/show furigana in tags.」です。

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

screenshot
screenshot

Furigana hider拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Furigana hider Furigana hider
ID ecafjjkcfjjdibnjnlglialoknoeogkc
公式URL https://chromewebstore.google.com/detail/furigana-hider/ecafjjkcfjjdibnjnlglialoknoeogkc
説明 Simple way to get hide/show furigana in tags.
ファイルサイズ 182 KB
インストール数 70
現在のバージョン 0.9.3
最終更新日 2018-03-21
公開日 2018-03-20
開発者 gray_-_wolf
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Furigana hider",
    "short_name": "Furigana hider",
    "description": "Simple way to get hide\/show furigana in  tags.",
    "version": "0.9.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "sys.min.js",
                "chrome.min.js",
                "cs.min.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/icon016.png",
        "32": "icons\/icon032.png",
        "48": "icons\/icon048.png",
        "64": "icons\/icon064.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}