Unicodify Your JSON Text
Unicodify non-ASCII characters in your JSON text.
Hvad er Unicodify Your JSON Text?
Unicodify Your JSON Text er en Chrome-udvidelse udviklet af Jak Wings, og dens hovedfunktion er "Unicodify non-ASCII characters in your JSON text.".
Udvidelsesskærmbilleder
Download Unicodify Your JSON Text-udvidelses-CRX-fil
Download Unicodify Your JSON Text-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | eagjeakmfmpdfkbbecfkogodmllbgknh |
| Officiel URL | https://chromewebstore.google.com/detail/unicodify-your-json-text/eagjeakmfmpdfkbbecfkogodmllbgknh |
| Beskrivelse | Unicodify non-ASCII characters in your JSON text. |
| Filstørrelse | 24.67 KB |
| Antal Installationer | 2,516 |
| Nuværende Version | 4.0.0 |
| Senest Opdateret | 2015-03-19 |
| Udgivelsesdato | 2015-03-19 |
| Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
| Udvikler | Jak Wings |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |