Syllabics Translator

Translates syllabics to roman orthographics.

Что такое Syllabics Translator?

Syllabics Translator - это расширение Chrome, разработанное https://www.pinnguaq.com, и его основная функция - "Translates syllabics to roman orthographics.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Syllabics Translator

Скачайте файлы расширений Syllabics Translator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Syllabics Translator Syllabics Translator
ID pmnnbamnkfkoegolgjlgkemoejnbelmk
Официальный URL https://chromewebstore.google.com/detail/syllabics-translator/pmnnbamnkfkoegolgjlgkemoejnbelmk
Описание Translates syllabics to roman orthographics.
Размер файла 92.14 KB
Количество установок 81
Текущая Версия 1.0.1
Последнее Обновление 2015-11-09
Дата публикации 2015-11-08
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://www.pinnguaq.com
Тип оплаты free
Официальный сайт расширения http://pinnguaq.com/blog-all/moving-away-from-syllabics
URL страницы помощи http://pinnguaq.com/blog-all/syllabics-translator-extension-installation-instructions
Поддерживаемые языки 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"
        }
    ]
}