Unicodify Your JSON Text
Unicodify non-ASCII characters in your JSON text.
Qu'est-ce que Unicodify Your JSON Text ?
Unicodify Your JSON Text est une extension Chrome développée par Jak Wings, et sa fonction principale est "Unicodify non-ASCII characters in your JSON text.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unicodify Your JSON Text
Téléchargez les fichiers d'extension Unicodify Your JSON Text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Unicodify Your JSON Text |
ID | eagjeakmfmpdfkbbecfkogodmllbgknh |
URL Officiel | https://chromewebstore.google.com/detail/unicodify-your-json-text/eagjeakmfmpdfkbbecfkogodmllbgknh |
Description | Unicodify non-ASCII characters in your JSON text. |
Taille du Fichier | 24.67 KB |
Nombre d'Installations | 2,516 |
Version Actuelle | 4.0.0 |
Dernière Mise à Jour | 2015-03-19 |
Date de Publication | 2015-03-19 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Jak Wings |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |