Unicodify Your JSON Text
Unicodify non-ASCII characters in your JSON text.
Vad är Unicodify Your JSON Text?
Unicodify Your JSON Text är en Chrome-tillägg utvecklad av Jak Wings, och dess huvudfunktion är "Unicodify non-ASCII characters in your JSON text.".
Tilläggsskärmbilder
Ladda ner Unicodify Your JSON Text-förlängningens CRX-fil
Ladda ner Unicodify Your JSON Text-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | eagjeakmfmpdfkbbecfkogodmllbgknh |
| Officiell webbadress | https://chromewebstore.google.com/detail/unicodify-your-json-text/eagjeakmfmpdfkbbecfkogodmllbgknh |
| Beskrivning | Unicodify non-ASCII characters in your JSON text. |
| Filstorlek | 24.67 KB |
| Antal Installationer | 2,516 |
| Aktuell Version | 4.0.0 |
| Senast Uppdaterad | 2015-03-19 |
| Publiceringsdatum | 2015-03-19 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | Jak Wings |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |