Syllabics Translator

Translates syllabics to roman orthographics.

什麼是Syllabics Translator?

Syllabics Translator是由https://www.pinnguaq.com開發的Chrome擴展程式,該擴展的主要功能是“Translates syllabics to roman orthographics.”。

擴展截圖

screenshot
screenshot
screenshot

下載Syllabics Translator擴展crx文件

下載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
官方網址 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"
        }
    ]
}