Unicodify Your JSON Text
Unicodify non-ASCII characters in your JSON text.
Apa itu Unicodify Your JSON Text?
Unicodify Your JSON Text adalah ekstensi Chrome yang dikembangkan oleh Jak Wings, dan fitur utamanya adalah "Unicodify non-ASCII characters in your JSON text.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Unicodify Your JSON Text
Unduh file ekstensi Unicodify Your JSON Text dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Unicodify Your JSON Text |
ID | eagjeakmfmpdfkbbecfkogodmllbgknh |
URL Resmi | https://chromewebstore.google.com/detail/unicodify-your-json-text/eagjeakmfmpdfkbbecfkogodmllbgknh |
Deskripsi | Unicodify non-ASCII characters in your JSON text. |
Ukuran File | 24.67 KB |
Jumlah Instalasi | 2,516 |
Versi Saat Ini | 4.0.0 |
Terakhir Diperbarui | 2015-03-19 |
Tanggal Publikasi | 2015-03-19 |
Penilaian | 4.50/5 Total 2 Penilaian |
Pengembang | Jak Wings |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |