PunyCode Converter
Helper for convert to/from PunyCode
PunyCode Converterคืออะไร?
PunyCode Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://online-media.ru และคุณลักษณะหลักของมันคือ "Helper for convert to/from PunyCode"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PunyCode Converter
ดาวน์โหลดไฟล์ส่วนขยาย PunyCode Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Little helper for quick convert text from/to PunyCode.
Thanks for nice code:
- https://github.com/bestiejs/punycode.js
- https://clipboardjs.com/                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | iakofinpaidelmiljemlbnfijkdmeeaj | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/punycode-converter/iakofinpaidelmiljemlbnfijkdmeeaj | 
| คำอธิบาย | Helper for convert to/from PunyCode | 
| ขนาดไฟล์ | 17.18 KB | 
| จำนวนการติดตั้ง | 67 | 
| เวอร์ชันปัจจุบัน | 1.0.0.0 | 
| อัปเดตครั้งล่าสุด | 2023-12-11 | 
| วันที่เผยแพร่ | 2018-09-20 | 
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน | 
| ผู้พัฒนา | https://online-media.ru | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en,ru | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionTitle__",
    "version": "1.0.0.0",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "36": "\/i\/ico-36.png",
        "48": "\/i\/ico-48.png",
        "64": "\/i\/ico-64.png",
        "128": "\/i\/ico-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "\/i\/tb-icon-19.png",
            "38": "\/i\/tb-icon-38.png"
        },
        "default_title": "__MSG_extensionTitle__",
        "default_popup": "\/popup.html"
    }
}  |  |