JSONEye
专为爬虫工程师定制的JSON格式化工具,直接显示JSONPath,支持JSON和JSONP
JSONEyeとは何ですか?
JSONEyeはhttps://kagura.meによって開発されたChromeの拡張機能で、その主な機能は「专为爬虫工程师定制的JSON格式化工具,直接显示JSONPath,支持JSON和JSONP」です。
拡張機能のスクリーンショット
JSONEye拡張機能のCRXファイルをダウンロード
JSONEye拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
自动显示所有元素JSONPath;
时间戳自动格式化显示;
字符串值是JSON,一键打开新窗口格式化;
字符串值是HTML,一键打开新窗口预览;
字符串值是Base64,一键解码;
格式化本地字符串,直接点击右上角小图标即可;
以上种种,单击即可复制到剪切板; 拡張機能の基本情報
| 名前 | |
| ID | aehldoaeeknfbljnpnhmmedgnlfheadh |
| 公式URL | https://chromewebstore.google.com/detail/jsoneye/aehldoaeeknfbljnpnhmmedgnlfheadh |
| 説明 | 专为爬虫工程师定制的JSON格式化工具,直接显示JSONPath,支持JSON和JSONP |
| ファイルサイズ | 619 KB |
| インストール数 | 464 |
| 現在のバージョン | 1.0.7 |
| 最終更新日 | 2020-06-12 |
| 公開日 | 2020-06-12 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | https://kagura.me |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://jsoneye.cn/ |
| ヘルプページのURL | https://jsoneye.cn/ |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSONEye",
"version": "1.0.7",
"homepage_url": "https:\/\/jsoneye.cn",
"description": "\u4e13\u4e3a\u722c\u866b\u5de5\u7a0b\u5e08\u5b9a\u5236\u7684JSON\u683c\u5f0f\u5316\u5de5\u5177\uff0c\u76f4\u63a5\u663e\u793aJSONPath\uff0c\u652f\u6301JSON\u548cJSONP",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"128": "icons\/128.png"
},
"browser_action": {
"default_icon": "icons\/logo.png",
"default_title": "JSONEye"
},
"background": {
"scripts": [
"js\/jquery.min.js",
"js\/background.js",
"js\/bignumber.min.js",
"js\/FileSaver.min.js",
"js\/jquery.json.js",
"js\/jquery.json2xml.js",
"js\/jquery.message.js",
"js\/jquery.numberedtextarea.js",
"js\/jquery.xml2json.js",
"js\/json2.js",
"js\/bootstrap.min.js",
"js\/jsonlint.js",
"js\/listener.js",
"js\/toastr.js",
"js\/content.js",
"js\/option.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"js\/content.js",
"js\/jquery.min.js",
"js\/toastr.js",
"js\/bootstrap.min.js",
"js\/jquery.json.js"
],
"run_at": "document_start"
}
],
"permissions": [
"activeTab",
"storage"
],
"web_accessible_resources": [
"*"
],
"offline_enabled": true,
"manifest_version": 2
} | |