Esperaboard: Esperanto X-System Converter

Transform the x-system into characters as you type! Works on Duolingo!

Esperaboard: Esperanto X-System Converter क्या है?

Esperaboard: Esperanto X-System Converter Splashpad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transform the x-system into characters as you type! Works on Duolingo!"।

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

screenshot

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

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

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

                        Don't have a keyboard that supports accented characters, like 'ĝ'? Don't worry!

Esperaboard converts x-system Esperanto, like 'gx', into the accented characters, like 'ĝ', as you type. It works on Duolingo and many other websites!

Click on the icon to enable/disable it, and right-click to open settings.

Source code: https://github.com/nebrelbug/esperaboard                    

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

नाम Esperaboard: Esperanto X-System Converter Esperaboard: Esperanto X-System Converter
ID nkgbomaneihlabdhjihdhpdlehahahoc
आधिकारिक URL https://chromewebstore.google.com/detail/esperaboard-esperanto-x-s/nkgbomaneihlabdhjihdhpdlehahahoc
विवरण Transform the x-system into characters as you type! Works on Duolingo!
फ़ाइल का आकार 31.7 KB
स्थापना संख्या 83
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-12-14
प्रकाशन तिथि 2018-12-08
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर Splashpad
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Esperaboard: Esperanto X-System Converter",
    "version": "1.0",
    "description": "Transform the x-system into characters as you type! Works on Duolingo!",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/color16.png",
            "32": "images\/color32.png",
            "48": "images\/color48.png",
            "64": "images\/color64.png",
            "128": "images\/color128.png",
            "512": "images\/color512.png"
        },
        "default_title": "Esperaboard"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "keyreplace.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/color16.png",
        "32": "images\/color32.png",
        "48": "images\/color48.png",
        "64": "images\/color64.png",
        "128": "images\/color128.png",
        "512": "images\/color512.png"
    },
    "manifest_version": 2
}