Syllabics Translator

Translates syllabics to roman orthographics.

Qu'est-ce que Syllabics Translator ?

Syllabics Translator est une extension Chrome développée par https://www.pinnguaq.com, et sa fonction principale est "Translates syllabics to roman orthographics.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Syllabics Translator

Téléchargez les fichiers d'extension Syllabics Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
URL Officiel https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
Description Translates syllabics to roman orthographics.
Taille du Fichier 92.14 KB
Nombre d'Installations 81
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-11-09
Date de Publication 2015-11-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.pinnguaq.com
Type de Paiement free
Site Web de l'Extension http://pinnguaq.com/blog-all/moving-away-from-syllabics
URL de la Page d'Aide http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
Langues Prises en Charge 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"
        }
    ]
}