Ajax Collector

Ajax数据采集工具

Ajax Collector란 무엇입니까?

Ajax Collector은(는) Gj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ajax数据采集工具"입니다.

확장 프로그램 스크린샷

screenshot

Ajax Collector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        用于项目开发阶段,收集浏览器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
이메일 [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"
}