Furigana

Add furigana

What is Furigana?

Furigana is a Chrome extension developed by cneyhn, and its main feature is "Add furigana".

Extension Screenshots

screenshot

Download Furigana Extension CRX File

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

                        A web extension, Auto insert furigana (phonetic characters) on Japanese kanji.

Feature
* Auto inject Japanese web pages.
* Support dynamic pages.
* Context menu shortcut.                    

Extension Basic Information

Name Furigana Furigana
ID ofebnpmoppjhjeljocmfcghndlacaflg
Official URL https://chromewebstore.google.com/detail/furigana/ofebnpmoppjhjeljocmfcghndlacaflg
Description Add furigana
File Size 17.21 MB
Installation Count 579
Current Version 1.0.3
Last Updated 2019-04-14
Publish Date 2019-04-09
Rating 3.50/5 Total 2 Ratings
Developer cneyhn
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.0.3",
    "description": "Add furigana",
    "icons": {
        "38": "icons\/icon.png"
    },
    "web_accessible_resources": [
        "dict\/*.dat"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "38": "icons\/icon.png"
        },
        "default_title": "furigana",
        "default_popup": "setting\/options.html"
    },
    "permissions": [
        "",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "options_ui": {
        "page": "setting\/options.html",
        "browser_style": true,
        "chrome_style": true
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}