Syllabics Translator

Translates syllabics to roman orthographics.

Hvad er Syllabics Translator?

Syllabics Translator er en Chrome-udvidelse udviklet af https://www.pinnguaq.com, og dens hovedfunktion er "Translates syllabics to roman orthographics.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Syllabics Translator-udvidelses-CRX-fil

Download Syllabics Translator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
Officiel URL https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
Beskrivelse Translates syllabics to roman orthographics.
Filstørrelse 92.14 KB
Antal Installationer 81
Nuværende Version 1.0.1
Senest Opdateret 2015-11-09
Udgivelsesdato 2015-11-08
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://www.pinnguaq.com
Betalingsmetode free
Udvidelseswebsted http://pinnguaq.com/blog-all/moving-away-from-syllabics
Hjælpeside-URL http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
Understøttede Sprog 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"
        }
    ]
}