Monkey Burmese Input Engine
Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.
Hvad er Monkey Burmese Input Engine?
Monkey Burmese Input Engine er en Chrome-udvidelse udviklet af phonezawphyo, og dens hovedfunktion er "Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.".
Udvidelsesskærmbilleder
Download Monkey Burmese Input Engine-udvidelses-CRX-fil
Download Monkey Burmese Input Engine-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
= 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.
Grundlæggende oplysninger om udvidelsen
Navn | Monkey Burmese Input Engine |
ID | kcokjbeehfljebfkiifokondamndnkge |
Officiel URL | https://chromewebstore.google.com/detail/monkey-burmese-input-engi/kcokjbeehfljebfkiifokondamndnkge |
Beskrivelse | Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook. |
Filstørrelse | 307 KB |
Antal Installationer | 153 |
Nuværende Version | 1.1.3 |
Senest Opdateret | 2014-03-21 |
Udgivelsesdato | 2014-03-21 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | phonezawphyo |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |