Monkey Burmese Input Engine
Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.
O que é Monkey Burmese Input Engine?
Monkey Burmese Input Engine é uma extensão do Chrome desenvolvida por phonezawphyo, e sua principal característica é "Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Monkey Burmese Input Engine
Baixe arquivos de extensão Monkey Burmese Input Engine no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
= 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.
Informações Básicas da Extensão
Nome | Monkey Burmese Input Engine |
ID | kcokjbeehfljebfkiifokondamndnkge |
URL Oficial | https://chromewebstore.google.com/detail/monkey-burmese-input-engi/kcokjbeehfljebfkiifokondamndnkge |
Descrição | Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook. |
Tamanho do Arquivo | 307 KB |
Contagem de Instalações | 153 |
Versão Atual | 1.1.3 |
Última Atualização | 2014-03-21 |
Data de Publicação | 2014-03-21 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | phonezawphyo |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |