Furigana Toggle

Toggle furigana on and off.

Qu'est-ce que Furigana Toggle ?

Furigana Toggle est une extension Chrome développée par https://darrenlester.com, et sa fonction principale est "Toggle furigana on and off.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Furigana Toggle

Téléchargez les fichiers d'extension Furigana Toggle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Simply toggles the visibility of furigana off and on. Perfect when you want to test your kanji reading without furigana helping too much!

- Works across many websites.
- One click to turn on and furigana will be hidden on all tabs.

Two modes:
- Just hide all furigana.
- Hide furigana but reveal on hover.

Hover mode can also be set to show kanji which have hidden furigana in another colour.

Please note: Furigana Toggle cannot add furigana to websites which do not have it. It can only hide furigana.                    

Informations de Base sur l'Extension

Nom Furigana Toggle Furigana Toggle
ID nkkjdpdmojaobchjkhhlfgeopllbldcg
URL Officiel https://chromewebstore.google.com/detail/furigana-toggle/nkkjdpdmojaobchjkhhlfgeopllbldcg
Description Toggle furigana on and off.
Taille du Fichier 11.99 KB
Nombre d'Installations 2,829
Version Actuelle 1.3.0
Dernière Mise à Jour 2018-11-17
Date de Publication 2018-11-17
Évaluation 3.69/5 Total 13 Évaluations
Développeur https://darrenlester.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.darrenlester.com/projects/furigana-toggle
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Furigana Toggle",
    "version": "1.3.0",
    "description": "Toggle furigana on and off.",
    "author": "Darren Lester",
    "icons": {
        "16": ".\/logo_16.png",
        "48": ".\/logo_48.png",
        "128": ".\/logo_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "furigana-toggle.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Furigana Toggle"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}