Monkey Burmese Input Engine
Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.
Was ist Monkey Burmese Input Engine?
Monkey Burmese Input Engine ist eine Chrome-Erweiterung, die von phonezawphyo entwickelt wurde, und ihr Hauptmerkmal ist "Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.".
Erweiterungsscreenshots
Monkey Burmese Input Engine-Erweiterungs-CRX-Datei herunterladen
Laden Sie Monkey Burmese Input Engine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
= 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.
Grundlegende Informationen zur Erweiterung
Name | Monkey Burmese Input Engine |
ID | kcokjbeehfljebfkiifokondamndnkge |
Offizielle URL | https://chromewebstore.google.com/detail/monkey-burmese-input-engi/kcokjbeehfljebfkiifokondamndnkge |
Beschreibung | Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook. |
Dateigröße | 307 KB |
Installationsanzahl | 153 |
Aktuelle Version | 1.1.3 |
Letztes Update | 2014-03-21 |
Veröffentlichungsdatum | 2014-03-21 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | phonezawphyo |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |