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