Ajax Collector

Ajax数据采集工具

What is Ajax Collector?

Ajax Collector is a Chrome extension developed by Gj, and its main feature is "Ajax数据采集工具".

Extension Screenshots

screenshot

Download Ajax Collector Extension CRX File

Download Ajax Collector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        用于项目开发阶段,收集浏览器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. 全局禁用、协议、类型等多收集条件                    

Extension Basic Information

Name Ajax Collector Ajax Collector
ID ekiijiffkfkijlaihbcnkjmeggeggkbc
Official URL https://chromewebstore.google.com/detail/ajax-collector/ekiijiffkfkijlaihbcnkjmeggeggkbc
Description Ajax数据采集工具
File Size 249 KB
Installation Count 33
Current Version 1.0.3
Last Updated 2022-08-08
Publish Date 2021-06-09
Rating 5.00/5 Total 1 Ratings
Developer Gj
Email [email protected]
Payment Type free
Extension Website https://github.com/g0ngjie/ajax-collector
Supported Languages 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"
}