JSON Inspector - Explore your JSON files
JSON Inspector allows you to parse and explore your JSON files with ease in your browser
JSON Inspector - Explore your JSON filesとは何ですか?
JSON Inspector - Explore your JSON filesはMUJO LLCによって開発されたChromeの拡張機能で、その主な機能は「JSON Inspector allows you to parse and explore your JSON files with ease in your browser」です。
拡張機能のスクリーンショット
JSON Inspector - Explore your JSON files拡張機能のCRXファイルをダウンロード
JSON Inspector - Explore your JSON files拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
JSON inspector is a modern take on a JSON explorer. This allows you to view the data in the same way you would view data in you dev-tools. There is a few new concepts: - Get out of the way unless needed, older plugin immediately formatted JSON. This plugin keeps the page how it is to allow for easy copy paste. - Inspect in different context, just like how you inspect in html in a different window. With this plugin we open a modal with the content inside of it to leave the original content alone while having a context to inspect. - We are also open source! https://github.com/mujo-code/json-inspector
拡張機能の基本情報
名前 | JSON Inspector - Explore your JSON files |
ID | ddjdpbdnpfkdacbbeppjhkfehopmobeg |
公式URL | https://chromewebstore.google.com/detail/json-inspector-explore-yo/ddjdpbdnpfkdacbbeppjhkfehopmobeg |
説明 | JSON Inspector allows you to parse and explore your JSON files with ease in your browser |
ファイルサイズ | 268 KB |
インストール数 | 36 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-07-18 |
公開日 | 2021-07-18 |
開発者 | MUJO LLC |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mujo-code/json-inspector |
プライバシーポリシーページのURL | https://getmujo.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.0.0", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "192": "icons\/icon-192.png", "512": "icons\/icon-512.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*" ], "js": [ "content.js" ] } ], "minimum_chrome_version": "88" } |