Ultra Fast JSON Viewer
Quickly beautifies JSON.
Ultra Fast JSON Viewerとは何ですか?
Ultra Fast JSON ViewerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Quickly beautifies JSON.」です。
拡張機能のスクリーンショット
Ultra Fast JSON Viewer拡張機能のCRXファイルをダウンロード
Ultra Fast JSON Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Detects, parses, and renders JSON very fast by minimizing styling. Future updates will allow for finer control of level of styles.
拡張機能の基本情報
名前 | Ultra Fast JSON Viewer |
ID | achlegaapdgcnnhfmliagapbampafine |
公式URL | https://chromewebstore.google.com/detail/ultra-fast-json-viewer/achlegaapdgcnnhfmliagapbampafine |
説明 | Quickly beautifies JSON. |
ファイルサイズ | 9.94 KB |
インストール数 | 252 |
現在のバージョン | 1.0.4 |
最終更新日 | 2017-06-22 |
公開日 | 2017-06-22 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ultra Fast JSON Viewer", "version": "1.0.4", "description": "Quickly beautifies JSON.", "manifest_version": 2, "browser_action": { "default_icon": "img\/icon - large.png", "default_popup": "popup.html" }, "author": "Ed Mak", "icons": { "128": "img\/icon - large.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "file:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "settings.js", "jsonify.js" ] } ], "permissions": [ "*:\/\/*\/*", "storage" ] } |