Syllabics Translator

Translates syllabics to roman orthographics.

Apa itu Syllabics Translator?

Syllabics Translator adalah ekstensi Chrome yang dikembangkan oleh https://www.pinnguaq.com, dan fitur utamanya adalah "Translates syllabics to roman orthographics.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Syllabics Translator

Unduh file ekstensi Syllabics Translator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
URL Resmi https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
Deskripsi Translates syllabics to roman orthographics.
Ukuran File 92.14 KB
Jumlah Instalasi 81
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-11-09
Tanggal Publikasi 2015-11-08
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://www.pinnguaq.com
Tipe Pembayaran free
Situs Ekstensi http://pinnguaq.com/blog-all/moving-away-from-syllabics
URL Halaman Bantuan http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
Bahasa yang Didukung 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"
        }
    ]
}