Json Parser
Base Level Extension
Json Parserとは何ですか?
Json ParserはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Base Level Extension」です。
拡張機能のスクリーンショット
Json Parser拡張機能のCRXファイルをダウンロード
Json Parser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy to parse json string through a small pop up to json format, so developer can quickly to watch readable data.
透過 pup up 出來的彈跳匡中,輸入 json 字串。response 的為 json format 後的格式。 拡張機能の基本情報
| 名前 | |
| ID | gnfcgfjkemoipnknpcfkeeolgpahnmmm |
| 公式URL | https://chromewebstore.google.com/detail/json-parser/gnfcgfjkemoipnknpcfkeeolgpahnmmm |
| 説明 | Base Level Extension |
| ファイルサイズ | 415 KB |
| インストール数 | 108 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-11-29 |
| 公開日 | 2019-11-29 |
| 開発者 | Unknown |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/teyushen/json-parser-chrome-plugin |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Json Parser",
"description": "Base Level Extension",
"version": "1.0",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_icon": "icon168.png"
}
} | |