DJSON. JSON Viewer & Formatter
Extension to format and view JSON, from Web, Input or File.
DJSON. JSON Viewer & Formatterとは何ですか?
DJSON. JSON Viewer & Formatterはdar.desantisによって開発されたChromeの拡張機能で、その主な機能は「Extension to format and view JSON, from Web, Input or File.」です。
拡張機能のスクリーンショット
DJSON. JSON Viewer & Formatter拡張機能のCRXファイルをダウンロード
DJSON. JSON Viewer & Formatter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FEATURES * Format JSON and JSONP input or responses * Minify or Beautify JSON * Theme support * Syntax highlighting * Collapsible trees, with indent guides * Recursive collapsible elements * Clickable URLs * Toggle between raw and parsed JSON * Line numbers * 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 `djson` in the console * Counts items and properties in a collection * Show JSON path of the elements on hover and copy it with the context menu * Option to start with JSON collapsed (always or if the file is big) * Recognize nested JSON strings in properties value * Hashes, Encode, Time Strings, Numbers utils Pro Tip * Hold down control (or cmd on Mac) while collapsing a tree if you want to collapse all its siblings too. * Hold down shift while collapsing a tree if you want to collapse also all his children
拡張機能の基本情報
名前 | DJSON. JSON Viewer & Formatter |
ID | chaeijjekipecdajnijdldjjipaegdjc |
公式URL | https://chromewebstore.google.com/detail/djson-json-viewer-formatt/chaeijjekipecdajnijdldjjipaegdjc |
説明 | Extension to format and view JSON, from Web, Input or File. |
ファイルサイズ | 126 KB |
インストール数 | 11,969 |
現在のバージョン | 0.6.0 |
最終更新日 | 2019-03-23 |
公開日 | 2019-03-23 |
評価 | 4.77/5 合計 66 レビュー |
開発者 | dar.desantis |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/dardesantis/DJSON-Viewer |
ヘルプページのURL | https://github.com/dardesantis/DJSON-Viewer/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DJSON. JSON Viewer & Formatter", "short_name": "DJSON Viewer", "version": "0.6.0", "manifest_version": 2, "description": "Extension to format and view JSON, from Web, Input or File.", "homepage_url": "https:\/\/github.com\/dardesantis\/DJSON-Viewer", "minimum_chrome_version": "35", "offline_enabled": true, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "32": "icons\/32.png" }, "default_title": "DJSON Viewer", "default_popup": "popup.html" }, "background": { "page": "popup.html", "persistent": true }, "content_scripts": [ { "matches": [ " |