Murdaroff - The Smart Transliterator

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

Qu'est-ce que Murdaroff - The Smart Transliterator ?

Murdaroff - The Smart Transliterator est une extension Chrome développée par dejo, et sa fonction principale est "This extension autocorrects as you type Bulgarian and English words written with the incorrect keyboard input method (layout).".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Murdaroff - The Smart Transliterator

Téléchargez les fichiers d'extension Murdaroff - The Smart Transliterator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Murdaroff - The Smart Transliterator Murdaroff - The Smart Transliterator
ID cgcgjpklfadfjcnnhmochjloidpjaopi
URL Officiel https://chromewebstore.google.com/detail/murdaroff-the-smart-trans/cgcgjpklfadfjcnnhmochjloidpjaopi
Description This extension autocorrects as you type Bulgarian and English words written with the incorrect keyboard input method (layout).
Taille du Fichier 1.86 MB
Nombre d'Installations 10
Version Actuelle 0.1.12
Dernière Mise à Jour 2016-02-13
Date de Publication 2016-02-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur dejo
Type de Paiement free
Site Web de l'Extension https://github.com/denislav/Murdaroff
URL de la Page d'Aide https://github.com/denislav/Murdaroff/issues
Langues Prises en Charge 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
}