mirigana

Adding furigana to kanji on Twitter

miriganaとは何ですか?

miriganaはLarvataによって開発されたChromeの拡張機能で、その主な機能は「Adding furigana to kanji on Twitter」です。

拡張機能のスクリーンショット

screenshot
screenshot

mirigana拡張機能のCRXファイルをダウンロード

mirigana拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Mirigana helps you learn the pronunciation of Kanji by annotating the furigana in each tweet.

Note:
This extension only works on twitter.com.

Features:
1. You can choose builtin or online engine for parsing.
2. Add the furigana to the Kanji in each tweet.
3. You can adjust the furigana size and color in the popup page.
4. The furigana will also be added when you copy the text from a tweet.                    

拡張機能の基本情報

名前 mirigana mirigana
ID hbekfodhcnfpkmoeaijgbamedofonjib
公式URL https://chromewebstore.google.com/detail/mirigana/hbekfodhcnfpkmoeaijgbamedofonjib
説明 Adding furigana to kanji on Twitter
ファイルサイズ 17.04 MB
インストール数 10,000
現在のバージョン 1.4.0
最終更新日 2023-08-22
公開日 2020-06-17
評価 4.84/5 合計 37 レビュー
開発者 Larvata
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://twitter.com/ctx_mirigana
対応言語 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "mirigana",
    "version": "1.4.0",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "icons\/action-icon-16.png",
        "48": "icons\/app-icon-48.png",
        "64": "icons\/app-icon-64.png",
        "128": "icons\/app-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/action-icon-16.png",
            "48": "icons\/action-icon-48.png",
            "64": "icons\/action-icon-64.png",
            "128": "icons\/action-icon-128.png"
        },
        "default_popup": "components\/popup\/popup.html"
    },
    "options_ui": {
        "page": "components\/options\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "constants.js",
                "content_scripts\/console.js",
                "content_scripts\/setting-storage.js",
                "content_scripts\/common.js",
                "content_scripts\/miri.js",
                "content_scripts\/twitter.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}