Syllabics Translator

Translates syllabics to roman orthographics.

Co to jest Syllabics Translator?

Syllabics Translator to rozszerzenie Chrome opracowane przez https://www.pinnguaq.com, a jego główną funkcją jest „Translates syllabics to roman orthographics.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Syllabics Translator

Pobierz pliki rozszerzeń Syllabics Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
Oficjalny URL https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
Opis Translates syllabics to roman orthographics.
Rozmiar pliku 92.14 KB
Liczba instalacji 81
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-11-09
Data Publikacji 2015-11-08
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://www.pinnguaq.com
Typ Płatności free
Strona Rozszerzenia http://pinnguaq.com/blog-all/moving-away-from-syllabics
Adres URL Strony Pomocy http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
Obsługiwane Języki 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"
        }
    ]
}