Ajax Collector

Ajax数据采集工具

Ajax Collector là gì?

Ajax Collector là một tiện ích mở rộng Chrome được phát triển bởi Gj, và tính năng chính của nó là "Ajax数据采集工具".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ajax Collector

Tải xuống các tệp mở rộng Ajax Collector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ajax Collector Ajax Collector
ID ekiijiffkfkijlaihbcnkjmeggeggkbc
URL Chính Thức https://chromewebstore.google.com/detail/ajax-collector/ekiijiffkfkijlaihbcnkjmeggeggkbc
Mô tả Ajax数据采集工具
Kích Thước Tệp 249 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-08-08
Ngày Phát Hành 2021-06-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Gj
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/g0ngjie/ajax-collector
Ngôn Ngữ Được Hỗ Trợ 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"
}