Furigana Toggle

Toggle furigana on and off.

What is Furigana Toggle?

Furigana Toggle is a Chrome extension developed by https://darrenlester.com, and its main feature is "Toggle furigana on and off.".

Extension Screenshots

screenshot
screenshot

Download Furigana Toggle Extension CRX File

Download Furigana Toggle 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

                        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.                    

Extension Basic Information

Name Furigana Toggle Furigana Toggle
ID nkkjdpdmojaobchjkhhlfgeopllbldcg
Official URL https://chromewebstore.google.com/detail/furigana-toggle/nkkjdpdmojaobchjkhhlfgeopllbldcg
Description Toggle furigana on and off.
File Size 11.99 KB
Installation Count 2,829
Current Version 1.3.0
Last Updated 2018-11-17
Publish Date 2018-11-17
Rating 3.69/5 Total 13 Ratings
Developer https://darrenlester.com
Email [email protected]
Payment Type free
Extension Website https://www.darrenlester.com/projects/furigana-toggle
Supported Languages 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
    }
}