MyanmarFontTagger

Fill the gap between Zawgyi-One and Unicode

MyanmarFontTagger là gì?

MyanmarFontTagger là một tiện ích mở rộng Chrome được phát triển bởi thantthet, và tính năng chính của nó là "Fill the gap between Zawgyi-One and Unicode".

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

screenshot

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

Tải xuống các tệp mở rộng MyanmarFontTagger 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

                        In the meantime, Burmese web contents are written using Zawgyi-One or Unicode. Most people have a hard time switching to Unicode which is FUTURE PROOF and a STANDARD encoding system. You might have dreamt of using both Zawgyi-One and Unicode at the same time when you browse the web. No problem buddies, you dream came true with this plugin. So just try it out. :)

The extension used encoding detection pattern which based on the script from Ko Ravi
Font Busters - http://userscripts.org/scripts/show/42941                    

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

Tên MyanmarFontTagger MyanmarFontTagger
ID ildjeipiccodnhbpjebhhodledejdeip
URL Chính Thức https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip
Mô tả Fill the gap between Zawgyi-One and Unicode
Kích Thước Tệp 7.6 KB
Số Lần Cài Đặt 2,859
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2013-06-10
Ngày Phát Hành 2013-06-10
Đánh Giá 4.30/5 Tổng số 80 Đánh Giá
Nhà Phát Triển thantthet
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyanmarFontTagger",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Fill the gap between Zawgyi-One and Unicode",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}