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