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
官方網址 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
}