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によって開発されたChromeの拡張機能で、その主な機能は「Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.」です。
拡張機能のスクリーンショット
Monkey Burmese Input Engine拡張機能のCRXファイルをダウンロード
Monkey Burmese Input Engine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
= 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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |