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
官方網址 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"
    ]
}