Magic Button

Automagically generate Zawgyi/Unicode version of text in browser.

Magic Button là gì?

Magic Button là một tiện ích mở rộng Chrome được phát triển bởi https://swanhtetaung.com, và tính năng chính của nó là "Automagically generate Zawgyi/Unicode version of text in browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Magic Button

Tải xuống các tệp mở rộng Magic Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Magic Button Magic Button
ID anonbddkeifgmiekhengieaajehcpdcg
URL Chính Thức https://chromewebstore.google.com/detail/magic-button/anonbddkeifgmiekhengieaajehcpdcg
Mô tả Automagically generate Zawgyi/Unicode version of text in browser.
Kích Thước Tệp 23.74 KB
Số Lần Cài Đặt 183
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2019-03-05
Ngày Phát Hành 2019-03-05
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://swanhtetaung.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/swanhtet1992/MagicButton
URL Trang Trợ Giúp https://github.com/swanhtet1992/MagicButton/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}