Furigana hider

Simple way to get hide/show furigana in tags.

Wat is Furigana hider?

Furigana hider is een Chrome-extensie ontwikkeld door gray_-_wolf, en de belangrijkste functie is "Simple way to get hide/show furigana in tags.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Furigana hider

Download Furigana hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Furigana hider Furigana hider
ID ecafjjkcfjjdibnjnlglialoknoeogkc
Officiële URL https://chromewebstore.google.com/detail/furigana-hider/ecafjjkcfjjdibnjnlglialoknoeogkc
Beschrijving Simple way to get hide/show furigana in tags.
Bestandsgrootte 182 KB
Aantal Installaties 70
Huidige Versie 0.9.3
Laatst Bijgewerkt 2018-03-21
Publicatiedatum 2018-03-20
Ontwikkelaar gray_-_wolf
Betalingswijze free
Ondersteunde Talen 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"
    ]
}