mirigana

Adding furigana to kanji on Twitter

mirigana क्या है?

mirigana Larvata द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adding furigana to kanji on Twitter"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में mirigana एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}