Unicodify Your JSON Text

Unicodify non-ASCII characters in your JSON text.

Wat is Unicodify Your JSON Text?

Unicodify Your JSON Text is een Chrome-extensie ontwikkeld door Jak Wings, en de belangrijkste functie is "Unicodify non-ASCII characters in your JSON text.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unicodify Your JSON Text

Download Unicodify Your JSON Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Unicodify Your JSON Text Unicodify Your JSON Text
ID eagjeakmfmpdfkbbecfkogodmllbgknh
Officiële URL https://chromewebstore.google.com/detail/unicodify-your-json-text/eagjeakmfmpdfkbbecfkogodmllbgknh
Beschrijving Unicodify non-ASCII characters in your JSON text.
Bestandsgrootte 24.67 KB
Aantal Installaties 2,516
Huidige Versie 4.0.0
Laatst Bijgewerkt 2015-03-19
Publicatiedatum 2015-03-19
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Jak Wings
Betalingswijze free
Ondersteunde Talen 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"
    }
}