JSON Formatter
Makes JSON easy to read. Open source.
JSON Formatterとは何ですか?
JSON FormatterはNik Rollsによって開発されたChromeの拡張機能で、その主な機能は「Makes JSON easy to read. Open source.」です。
拡張機能のスクリーンショット
JSON Formatter拡張機能のCRXファイルをダウンロード
JSON Formatter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Makes JSON easy to read. Open source. A fork of the original (no-longer updated) extension by Callum Locke. FEATURES • JSON & JSONP support • Syntax highlighting with 36 light and dark themes • Collapsible trees, with indent guides • Line numbers • Clickable URLs • Toggle between raw and parsed JSON • Works on any valid JSON page – URL doesn't matter • Works on local files too (if you enable this in chrome://extensions) • You can inspect the JSON by typing "json" in the console (Note: this extension might clash with other JSON highlighters/beautifiers, like ‘JSONView’, ‘Pretty JSON’ or ‘Sight’ – disable those before trying this.) PRO TIP Hold down Ctrl (or Cmd on Mac) while collapsing a tree if you want to collapse all its siblings too. PRIVACY No tracking, no advertising, and nothing else nefarious. SOURCE CODE github.com/nikrolls/json-formatter BUGS/SUGGESTIONS github.com/nikrolls/json-formatter/issues QUESTIONS twitter.com/nikrolls
拡張機能の基本情報
名前 | JSON Formatter |
ID | mhimpmpmffogbmmkmajibklelopddmjf |
公式URL | https://chromewebstore.google.com/detail/json-formatter/mhimpmpmffogbmmkmajibklelopddmjf |
説明 | Makes JSON easy to read. Open source. |
ファイルサイズ | 40.9 KB |
インストール数 | 45,977 |
現在のバージョン | 0.10.0 |
最終更新日 | 2017-05-08 |
公開日 | 2017-05-08 |
評価 | 4.35/5 合計 65 レビュー |
開発者 | Nik Rolls |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/nikrolls/json-formatter |
ヘルプページのURL | https://github.com/nikrolls/json-formatter/Issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "version": "0.10.0", "manifest_version": 2, "description": "Makes JSON easy to read. Open source.", "homepage_url": "https:\/\/github.com\/nikrolls\/json-formatter", "author": "Nik Rolls, Callum Locke", "minimum_edge_version": "40", "minimum_chrome_version": "21", "icons": { "128": "icons\/128.png", "32": "icons\/32.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |