Monkey Burmese Input Engine
Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.
Monkey Burmese Input Engine क्या है?
Monkey Burmese Input Engine phonezawphyo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Monkey Burmese Input Engine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
= 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.
एक्सटेंशन की मूल जानकारी
नाम | Monkey Burmese Input Engine |
ID | kcokjbeehfljebfkiifokondamndnkge |
आधिकारिक URL | https://chromewebstore.google.com/detail/monkey-burmese-input-engi/kcokjbeehfljebfkiifokondamndnkge |
विवरण | Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook. |
फ़ाइल का आकार | 307 KB |
स्थापना संख्या | 153 |
वर्तमान संस्करण | 1.1.3 |
अंतिम अपडेट | 2014-03-21 |
प्रकाशन तिथि | 2014-03-21 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | phonezawphyo |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |