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ファイルをダウンロード
Unicodify Your JSON Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } } |