Murdaroff - The Smart Transliterator

This extension autocorrects as you type Bulgarian and English words written with the incorrect keyboard input method (layout).

Murdaroff - The Smart Transliteratorとは何ですか?

Murdaroff - The Smart Transliteratorはdejoによって開発されたChromeの拡張機能で、その主な機能は「This extension autocorrects as you type Bulgarian and English words written with the incorrect keyboard input method (layout).」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Murdaroff - The Smart Transliterator拡張機能のCRXファイルをダウンロード

Murdaroff - The Smart Transliterator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        For example:
[goda -> ядога
цлотх -> cloth

Ctrl+Shift+Space - Undo transliteration

If you type a Bulgarian word with English input the extension will transliterate from English keyboard to Bulgarian keyboard. The same works for English words written with Bulgarian keyboard input.

The extension is named after prof.Vladko Mudaroff, a famous expert in bulgarian language and host of TV show 'Ezik moy'(Language mine) on Bulgarian National Television.

The extension is open source and free. For more information visit the development page:
https://github.com/denislav/Murdaroff                    

拡張機能の基本情報

名前 Murdaroff - The Smart Transliterator Murdaroff - The Smart Transliterator
ID cgcgjpklfadfjcnnhmochjloidpjaopi
公式URL https://chromewebstore.google.com/detail/murdaroff-the-smart-trans/cgcgjpklfadfjcnnhmochjloidpjaopi
説明 This extension autocorrects as you type Bulgarian and English words written with the incorrect keyboard input method (layout).
ファイルサイズ 1.86 MB
インストール数 10
現在のバージョン 0.1.12
最終更新日 2016-02-13
公開日 2016-02-13
評価 5.00/5 合計 2 レビュー
開発者 dejo
支払い方法 free
拡張機能のウェブサイト https://github.com/denislav/Murdaroff
ヘルプページのURL https://github.com/denislav/Murdaroff/issues
対応言語 bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Murdaroff - The Smart Transliterator",
    "short_name": "Murdaroff",
    "version": "0.1.12",
    "author": "Denislav Savkov",
    "description": "This extension autocorrects as you type Bulgarian and English words written with the incorrect keyboard input method (layout).",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vladko.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "background",
        "tabs",
        "",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": false
}