Syllabics Translator

Translates syllabics to roman orthographics.

Cos'è Syllabics Translator?

Syllabics Translator è un'estensione di Chrome sviluppata da https://www.pinnguaq.com, e la sua funzione principale è "Translates syllabics to roman orthographics.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Syllabics Translator

Scarica i file di estensione Syllabics Translator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
URL Ufficiale https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
Descrizione Translates syllabics to roman orthographics.
Dimensione del File 92.14 KB
Conteggio Installazioni 81
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-11-09
Data di Pubblicazione 2015-11-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://www.pinnguaq.com
Tipo di Pagamento free
Sito Web dell'Estensione http://pinnguaq.com/blog-all/moving-away-from-syllabics
URL della Pagina di Aiuto http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
Lingue Supportate 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"
        }
    ]
}