Syllabics Translator

Translates syllabics to roman orthographics.

Wat is Syllabics Translator?

Syllabics Translator is een Chrome-extensie ontwikkeld door https://www.pinnguaq.com, en de belangrijkste functie is "Translates syllabics to roman orthographics.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Syllabics Translator

Download Syllabics Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
Officiële URL https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
Beschrijving Translates syllabics to roman orthographics.
Bestandsgrootte 92.14 KB
Aantal Installaties 81
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-11-09
Publicatiedatum 2015-11-08
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.pinnguaq.com
Betalingswijze free
Extensiewebsite http://pinnguaq.com/blog-all/moving-away-from-syllabics
Help Pagina-URL http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
Ondersteunde Talen 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"
        }
    ]
}