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"
        }
    ]
}