JSON Hero
A beautiful JSON explorer packed with features
JSON Heroとは何ですか?
JSON Heroはhttps://jsonhero.ioによって開発されたChromeの拡張機能で、その主な機能は「A beautiful JSON explorer packed with features」です。
拡張機能のスクリーンショット
JSON Hero拡張機能のCRXファイルをダウンロード
JSON Hero拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. The JSON Hero Chrome extension allows you to quickly send JSON to view in JSON Hero. Or turn on *auto-mode and any pure JSON responses in Chrome will be transformed into a JSON Hero view. This extension will also allow you to send JSON from a Github file or a Firestore document right to JSON Hero. Just activate the extension in the toolbar whenever you are viewing a JSON GitHub file or a Firestore document in the Firestore console and they'll open in JSON Hero. * By turning on auto-mode any pure JSON responses will be automatically sent to jsonhero.io. If you are running a custom instance of JSON Hero, you can change the server URL in the extension settings.
拡張機能の基本情報
名前 | JSON Hero |
ID | dneionnnnjnofppmhcccbiaklandilch |
公式URL | https://chromewebstore.google.com/detail/json-hero/dneionnnnjnofppmhcccbiaklandilch |
説明 | A beautiful JSON explorer packed with features |
ファイルサイズ | 868 KB |
インストール数 | 1,665 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-06-05 |
公開日 | 2022-06-04 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | https://jsonhero.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://jsonhero.io |
プライバシーポリシーページのURL | https://jsonhero.io/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSON Hero", "description": "A beautiful JSON explorer packed with features", "version": "0.0.1", "author": "Eric Allam", "options_page": "options.html", "background": { "service_worker": "build\/background.js" }, "action": { "default_icon": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png" } }, "icons": { "512": "icon-512.png", "128": "icon-128.png", "48": "icon-48.png", "32": "icon-32.png", "16": "icon-16.png" }, "permissions": [ "storage", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |