Magic Button
Automagically generate Zawgyi/Unicode version of text in browser.
什麼是Magic Button?
Magic Button是由https://swanhtetaung.com開發的Chrome擴展程式,該擴展的主要功能是“Automagically generate Zawgyi/Unicode version of text in browser.”。
擴展截圖
下載Magic Button擴展crx文件
下載Magic Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automagically generate Zawgyi/Unicode version of your facebook status in your browser.
Change Log:
v1.1.0
-------
- Cleaner encoding tags.
- Generated encoding text will append after the original text.
v1.0.1
-------
- Fix button interfering in chatbox textarea
v1.0.0
-------
- Fix bugs
v0.1.0
-------
- Now you don't have to choose conversion type. We will do it for you. (Add ability to detect Zawgyi/Unicode automagically)
- Bug fixes
Magic is an open source project licensed under GNU General Public License. You may obtain a copy of the License at http://www.gnu.org/licenses/.
You can contribute to the project in github : https://github.com/swanhtet1992/MagicButton 擴展基本資訊
| 名稱 | |
| ID | anonbddkeifgmiekhengieaajehcpdcg |
| 官方網址 | https://chromewebstore.google.com/detail/magic-button/anonbddkeifgmiekhengieaajehcpdcg |
| 簡介 | Automagically generate Zawgyi/Unicode version of text in browser. |
| 檔案大小 | 23.74 KB |
| 安裝次數 | 183 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2019-03-05 |
| 上架時間 | 2019-03-05 |
| 評分 | 4.50/5 共 8 次評分 |
| 開發者 | https://swanhtetaung.com |
| 付費類型 | free |
| 擴展官網 | https://github.com/swanhtet1992/MagicButton |
| 說明頁面URL | https://github.com/swanhtet1992/MagicButton/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.1.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/contentscript.js",
"scripts\/converter.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"web_accessible_resources": [
"templates\/magic.html"
]
} | |