Unicodify Your JSON Text

Unicodify non-ASCII characters in your JSON text.

What is Unicodify Your JSON Text?

Unicodify Your JSON Text is a Chrome extension developed by Jak Wings, and its main feature is "Unicodify non-ASCII characters in your JSON text.".

Extension Screenshots

screenshot

Download Unicodify Your JSON Text Extension CRX File

Download Unicodify Your JSON Text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Unicodify Your JSON Text Unicodify Your JSON Text
ID eagjeakmfmpdfkbbecfkogodmllbgknh
Official URL https://chromewebstore.google.com/detail/unicodify-your-json-text/eagjeakmfmpdfkbbecfkogodmllbgknh
Description Unicodify non-ASCII characters in your JSON text.
File Size 24.67 KB
Installation Count 2,516
Current Version 4.0.0
Last Updated 2015-03-19
Publish Date 2015-03-19
Rating 4.50/5 Total 2 Ratings
Developer Jak Wings
Payment Type free
Supported Languages 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"
    }
}