Furigana hider

Simple way to get hide/show furigana in tags.

Furigana hider क्या है?

Furigana hider gray_-_wolf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple way to get hide/show furigana in tags."।

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

screenshot
screenshot

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

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

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

                                            

एक्सटेंशन की मूल जानकारी

नाम Furigana hider Furigana hider
ID ecafjjkcfjjdibnjnlglialoknoeogkc
आधिकारिक URL https://chromewebstore.google.com/detail/furigana-hider/ecafjjkcfjjdibnjnlglialoknoeogkc
विवरण Simple way to get hide/show furigana in tags.
फ़ाइल का आकार 182 KB
स्थापना संख्या 70
वर्तमान संस्करण 0.9.3
अंतिम अपडेट 2018-03-21
प्रकाशन तिथि 2018-03-20
डेवलपर gray_-_wolf
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Furigana hider",
    "short_name": "Furigana hider",
    "description": "Simple way to get hide\/show furigana in  tags.",
    "version": "0.9.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "sys.min.js",
                "chrome.min.js",
                "cs.min.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/icon016.png",
        "32": "icons\/icon032.png",
        "48": "icons\/icon048.png",
        "64": "icons\/icon064.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}