Magic Button

Automagically generate Zawgyi/Unicode version of text in browser.

Magic Buttonคืออะไร?

Magic Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swanhtetaung.com และคุณลักษณะหลักของมันคือ "Automagically generate Zawgyi/Unicode version of text in browser."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}