Ajax Collector

Ajax数据采集工具

Ajax Collectorとは何ですか?

Ajax CollectorはGjによって開発されたChromeの拡張機能で、その主な機能は「Ajax数据采集工具」です。

拡張機能のスクリーンショット

screenshot

Ajax Collector拡張機能のCRXファイルをダウンロード

Ajax Collector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        用于项目开发阶段,收集浏览器Ajax响应数据
For the project development phase, collect browser Ajax response data

1. Ajax request data collection
2. SConditional search of URL
3. Download
4. Support single line data removal and one click replication
5. Multiple collection conditions such as global disable, protocol, type, etc

功能
1. Ajax 请求数据采集
2. URL 索引
3. Download
4. 支持单行数据的移除和一键复制
5. 全局禁用、协议、类型等多收集条件                    

拡張機能の基本情報

名前 Ajax Collector Ajax Collector
ID ekiijiffkfkijlaihbcnkjmeggeggkbc
公式URL https://chromewebstore.google.com/detail/ajax-collector/ekiijiffkfkijlaihbcnkjmeggeggkbc
説明 Ajax数据采集工具
ファイルサイズ 249 KB
インストール数 33
現在のバージョン 1.0.3
最終更新日 2022-08-08
公開日 2021-06-09
評価 5.00/5 合計 1 レビュー
開発者 Gj
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/g0ngjie/ajax-collector
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ajax Collector",
    "version": "1.0.3",
    "description": "Ajax\u6570\u636e\u91c7\u96c6\u5de5\u5177",
    "author": "Gj",
    "icons": {
        "128": "images\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "images\/48.png"
    },
    "devtools_page": "devtools.html"
}