Unicodify Your JSON Text

Unicodify non-ASCII characters in your JSON text.

Unicodify Your JSON Textคืออะไร?

Unicodify Your JSON Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jak Wings และคุณลักษณะหลักของมันคือ "Unicodify non-ASCII characters in your JSON text."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unicodify Your JSON Text

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

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

                        Intro:

General purpose: escape non-ascii chars to \uNNNN

The result will be auto selected.

Changelogs:
4.0.0: In response to web store guidelines, superfluous features are removed.                    

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

ชื่อ Unicodify Your JSON Text Unicodify Your JSON Text
ID eagjeakmfmpdfkbbecfkogodmllbgknh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unicodify-your-json-text/eagjeakmfmpdfkbbecfkogodmllbgknh
คำอธิบาย Unicodify non-ASCII characters in your JSON text.
ขนาดไฟล์ 24.67 KB
จำนวนการติดตั้ง 2,516
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2015-03-19
วันที่เผยแพร่ 2015-03-19
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jak Wings
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "version": "4.0.0",
    "manifest_version": 2,
    "default_locale": "zh_CN",
    "description": "__MSG_EXT_DESCRIPTION__",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon\/19.png"
    },
    "icons": {
        "128": "icon\/128.png",
        "64": "icon\/64.png",
        "48": "icon\/48.png",
        "19": "icon\/19.png"
    }
}