Syllabics Translator

Translates syllabics to roman orthographics.

Syllabics Translator क्या है?

Syllabics Translator https://www.pinnguaq.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translates syllabics to roman orthographics."।

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

screenshot
screenshot
screenshot

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

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

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

                        Activating this extension will automatically replace any Inuktitut syllabics with Roman orthography on websites you visit.

Inuktitut syllabics were adapted from Cree syllabics in order to translate the bible, and over time, became the dominant form of writing for Inuit people. In the last year, the Government of Nunavut has announced it wants to move away from syllabics in the education system, as recommended in a March 2015 report by Inuit Tapariit Kanatami, the national Inuit organization.                    

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

नाम Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
आधिकारिक URL https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
विवरण Translates syllabics to roman orthographics.
फ़ाइल का आकार 92.14 KB
स्थापना संख्या 81
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2015-11-09
प्रकाशन तिथि 2015-11-08
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.pinnguaq.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://pinnguaq.com/blog-all/moving-away-from-syllabics
सहायता पृष्ठ URL http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Syllabics Translator",
    "description": "Translates syllabics to roman orthographics.",
    "version": "1.0.1",
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-2.1.4.min.js",
                "translator.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}