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"
    ]
}