Syllabics Translator

Translates syllabics to roman orthographics.

Was ist Syllabics Translator?

Syllabics Translator ist eine Chrome-Erweiterung, die von https://www.pinnguaq.com entwickelt wurde, und ihr Hauptmerkmal ist "Translates syllabics to roman orthographics.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Syllabics Translator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Syllabics Translator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
Offizielle URL https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
Beschreibung Translates syllabics to roman orthographics.
Dateigröße 92.14 KB
Installationsanzahl 81
Aktuelle Version 1.0.1
Letztes Update 2015-11-09
Veröffentlichungsdatum 2015-11-08
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://www.pinnguaq.com
Zahlungsart free
Erweiterungswebsite http://pinnguaq.com/blog-all/moving-away-from-syllabics
Hilfeseite URL http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
Unterstützte Sprachen 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"
        }
    ]
}