Unicodify Your JSON Text
Unicodify non-ASCII characters in your JSON text.
Unicodify Your JSON Text란 무엇입니까?
Unicodify Your JSON Text은(는) Jak Wings에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unicodify non-ASCII characters in your JSON text."입니다.
확장 프로그램 스크린샷
Unicodify Your JSON Text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Unicodify Your JSON Text |
ID | eagjeakmfmpdfkbbecfkogodmllbgknh |
공식 URL | https://chromewebstore.google.com/detail/unicodify-your-json-text/eagjeakmfmpdfkbbecfkogodmllbgknh |
설명 | Unicodify non-ASCII characters in your JSON text. |
파일 크기 | 24.67 KB |
설치 횟수 | 2,516 |
현재 버전 | 4.0.0 |
최근 업데이트 | 2015-03-19 |
출시 날짜 | 2015-03-19 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Jak Wings |
결제 유형 | free |
지원되는 언어 | 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" } } |