Syllabics Translator

Translates syllabics to roman orthographics.

O que é Syllabics Translator?

Syllabics Translator é uma extensão do Chrome desenvolvida por https://www.pinnguaq.com, e sua principal característica é "Translates syllabics to roman orthographics.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Syllabics Translator

Baixe arquivos de extensão Syllabics Translator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
URL Oficial https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
Descrição Translates syllabics to roman orthographics.
Tamanho do Arquivo 92.14 KB
Contagem de Instalações 81
Versão Atual 1.0.1
Última Atualização 2015-11-09
Data de Publicação 2015-11-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://www.pinnguaq.com
Tipo de Pagamento free
Site da Extensão http://pinnguaq.com/blog-all/moving-away-from-syllabics
URL da Página de Ajuda http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
Idiomas Suportados 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"
        }
    ]
}