WebExtension.net
WebExtension.net

Adding Furigana Function - Sateraito Office

View on Chrome Web Store
View Adding Furigana Function - Sateraito Office Chrome Extension on Chrome Web Store
4.2 (11 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Adding Furigana Function allow to show the reading of a Kanji character by writing Furigana character at its side.
Type
Extension
Users
1,000,000 users
Sateraito Office
View author page of Sateraito Office
Published
Published on October 3, 2020
Version 1.0.0.3
Manifest version
3
Updated
Updated on February 28, 2023
View on Chrome Web Store
View Adding Furigana Function - Sateraito Office Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "version": "1.0.0.3",
    "default_locale": "ja",
    "homepage_url": "https:\/\/www.sateraito.jp\/",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/img26_on.png"
        },
        "default_popup": "popup.html",
        "default_title": "\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9\u30fb\u3075\u308a\u304c\u306a\u4ed8\u4e0e\u6a5f\u80fd"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.js",
                "lib\/kuroshiro.min.js",
                "lib\/kuroshiro-analyzer-kuromoji.js",
                "lib\/kuroshiro-analyzer-kuromoji.min.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/img26_on.png",
        "48": "img\/img48.png",
        "128": "img\/img128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dict\/base.dat.gz",
                "dict\/cc.dat.gz",
                "dict\/check.dat.gz",
                "dict\/tid.dat.gz",
                "dict\/tid_map.dat.gz",
                "dict\/tid_pos.dat.gz",
                "dict\/unk.dat.gz",
                "dict\/unk_char.dat.gz",
                "dict\/unk_compat.dat.gz",
                "dict\/unk_invoke.dat.gz",
                "dict\/unk_map.dat.gz",
                "dict\/unk_pos.dat.gz"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top