Syllabics Translator

Translates syllabics to roman orthographics.

Co je Syllabics Translator?

Syllabics Translator je rozšíření Chrome vyvinuté https://www.pinnguaq.com, a jeho hlavní funkcí je „Translates syllabics to roman orthographics.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Syllabics Translator

Stáhněte si soubory rozšíření Syllabics Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
Oficiální URL https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
Popis Translates syllabics to roman orthographics.
Velikost souboru 92.14 KB
Počet instalací 81
Aktuální Verze 1.0.1
Poslední Aktualizace 2015-11-09
Datum Vydání 2015-11-08
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://www.pinnguaq.com
Typ Platby free
Webové stránky Rozšíření http://pinnguaq.com/blog-all/moving-away-from-syllabics
URL Stránky Nápovědy http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
Podporované Jazyky 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"
        }
    ]
}