MyanmarFontTagger

Fill the gap between Zawgyi-One and Unicode

MyanmarFontTaggerคืออะไร?

MyanmarFontTagger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thantthet และคุณลักษณะหลักของมันคือ "Fill the gap between Zawgyi-One and Unicode"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyanmarFontTagger

ดาวน์โหลดไฟล์ส่วนขยาย MyanmarFontTagger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MyanmarFontTagger MyanmarFontTagger
ID ildjeipiccodnhbpjebhhodledejdeip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip
คำอธิบาย Fill the gap between Zawgyi-One and Unicode
ขนาดไฟล์ 7.6 KB
จำนวนการติดตั้ง 2,859
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2013-06-10
วันที่เผยแพร่ 2013-06-10
คะแนน 4.30/5 รวมทั้งหมด 80 คะแนน
ผู้พัฒนา thantthet
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}