Unicodify Your JSON Text
Unicodify non-ASCII characters in your JSON text.
什麼是Unicodify Your JSON Text?
Unicodify Your JSON Text是由Jak Wings開發的Chrome擴展程式,該擴展的主要功能是“Unicodify non-ASCII characters in your JSON text.”。
擴展截圖
下載Unicodify Your JSON Text擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | eagjeakmfmpdfkbbecfkogodmllbgknh |
| 官方網址 | 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"
}
} | |