NHK Easy Furigana Toggle

Toggles furigana on or off on the NHK Easy new page.

What is NHK Easy Furigana Toggle?

NHK Easy Furigana Toggle is a Chrome extension developed by Konatopic, and its main feature is "Toggles furigana on or off on the NHK Easy new page.".

Extension Screenshots

screenshot

Download NHK Easy Furigana Toggle Extension CRX File

Download NHK Easy 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

                        This simple extension is to be used with NHK Easy News site at "http://www3.nhk.or.jp/news/easy/". 

Click on the NHK Easy Furigana toggle browser action icon to toggle visibility of furigana on or off.                    

Extension Basic Information

Name NHK Easy Furigana Toggle NHK Easy Furigana Toggle
ID dndemjinbplgaoacaljikaicpkdeofhi
Official URL https://chrome.google.com/webstore/detail/nhk-easy-furigana-toggle/dndemjinbplgaoacaljikaicpkdeofhi
Description Toggles furigana on or off on the NHK Easy new page.
File Size 6.73 KB
Installation Count 1,098
Current Version 0.1
Last Updated 2014-10-17
Publish Date 2014-10-17
Rating 4.18/5 Total 22 Ratings
Developer Konatopic
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NHK Easy Furigana Toggle",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Toggles furigana on or off on the NHK Easy new page.",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Furigana on\/off"
    },
    "permissions": [
        "http:\/\/www3.nhk.or.jp\/news\/easy\/*",
        "https:\/\/www3.nhk.or.jp\/news\/easy\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www3.nhk.or.jp\/news\/easy\/*",
                "https:\/\/www3.nhk.or.jp\/news\/easy\/*"
            ],
            "js": [
                "scripts\/cs.js"
            ],
            "run_at": "document_end"
        }
    ]
}