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.
扩展基本信息
名称 | 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" } } |