Monkey Burmese Input Engine

Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.

Qu'est-ce que Monkey Burmese Input Engine ?

Monkey Burmese Input Engine est une extension Chrome développée par phonezawphyo, et sa fonction principale est "Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Monkey Burmese Input Engine

Téléchargez les fichiers d'extension Monkey Burmese Input Engine 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

                        = It adds Monkey buttons beside text boxes in a page so that you can write short messages quickly.
= It shows a beautiful Burmese key map in the popup box.
= It converts to and fro between the Myanmar3 and Zawgyi fonts accurately. To convert, just click the font name at the bottom.
= Shift+Enter to copy the text to text box and close the popup automatically
= More improvements will come.                    

Informations de Base sur l'Extension

Nom Monkey Burmese Input Engine Monkey Burmese Input Engine
ID kcokjbeehfljebfkiifokondamndnkge
URL Officiel https://chromewebstore.google.com/detail/monkey-burmese-input-engi/kcokjbeehfljebfkiifokondamndnkge
Description Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.
Taille du Fichier 307 KB
Nombre d'Installations 153
Version Actuelle 1.1.3
Dernière Mise à Jour 2014-03-21
Date de Publication 2014-03-21
Évaluation 5.00/5 Total 5 Évaluations
Développeur phonezawphyo
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Monkey Burmese Input Engine",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.",
    "icons": {
        "16": "monkeyIcon16.png",
        "48": "monkeyIcon48.png",
        "128": "monkeyIcon128.png"
    },
    "permissions": [
        "background"
    ],
    "background": {
        "scripts": [
            "jquery-1.7.1.min.js",
            "compressed.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "19": "monkeyIcon19.png",
            "38": "monkeyIcon38.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "embed\/embedfonts.css",
        "embed\/myanmar3.ttf",
        "embed\/zawgyi.ttf"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "compressed.js",
                "inject.js"
            ]
        }
    ]
}