Furigana hider

Simple way to get hide/show furigana in tags.

What is Furigana hider?

Furigana hider is a Chrome extension developed by gray_-_wolf, and its main feature is "Simple way to get hide/show furigana in tags.".

Extension Screenshots

screenshot
screenshot

Download Furigana hider Extension CRX File

Download Furigana hider 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 Furigana hider Furigana hider
ID ecafjjkcfjjdibnjnlglialoknoeogkc
Official URL https://chromewebstore.google.com/detail/furigana-hider/ecafjjkcfjjdibnjnlglialoknoeogkc
Description Simple way to get hide/show furigana in tags.
File Size 182 KB
Installation Count 70
Current Version 0.9.3
Last Updated 2018-03-21
Publish Date 2018-03-20
Developer gray_-_wolf
Payment Type free
Supported Languages 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"
    ]
}