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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
        }
    ]
}