JSON Quick Format
Provides quick and easy JSON formatting
JSON Quick Formatとは何ですか?
JSON Quick FormatはAlexによって開発されたChromeの拡張機能で、その主な機能は「Provides quick and easy JSON formatting」です。
拡張機能のスクリーンショット
JSON Quick Format拡張機能のCRXファイルをダウンロード
JSON Quick Format拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
JSON formatter for formatting JSON copied from an external source, like a database.
Provides the user with a colourfully represented and nicely formatted output of the input JSON (if valid). Otherwise, provides the user with an error message stating why the JSON has failed validation. 拡張機能の基本情報
| 名前 | |
| ID | gbclobadkjfnfaaglajllljdmkpamnae |
| 公式URL | https://chromewebstore.google.com/detail/json-quick-format/gbclobadkjfnfaaglajllljdmkpamnae |
| 説明 | Provides quick and easy JSON formatting |
| ファイルサイズ | 292 KB |
| インストール数 | 618 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2016-08-28 |
| 公開日 | 2016-08-27 |
| 評価 | 2.60/5 合計 5 レビュー |
| 開発者 | Alex |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON Quick Format",
"description": "Provides quick and easy JSON formatting",
"version": "1.1",
"browser_action": {
"default_icon": "icon48.png"
},
"permissions": [
"clipboardWrite"
],
"background": {
"scripts": [
"scripts\/background.js",
"scripts\/common.js",
"scripts\/jquery-2.1.1.min.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |