Syllabics Translator

Translates syllabics to roman orthographics.

What is Syllabics Translator?

Syllabics Translator is a Chrome extension developed by https://www.pinnguaq.com, and its main feature is "Translates syllabics to roman orthographics.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Syllabics Translator Extension CRX File

Download Syllabics Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
Official URL https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
Description Translates syllabics to roman orthographics.
File Size 92.14 KB
Installation Count 81
Current Version 1.0.1
Last Updated 2015-11-09
Publish Date 2015-11-08
Rating 5.00/5 Total 3 Ratings
Developer https://www.pinnguaq.com
Payment Type free
Extension Website http://pinnguaq.com/blog-all/moving-away-from-syllabics
Help Page URL http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
Supported Languages 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"
        }
    ]
}