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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 Magic Button Magic Button
ID anonbddkeifgmiekhengieaajehcpdcg
公式URL 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"
    ]
}