WrapAPI
Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http://wrapapi.com
WrapAPI란 무엇입니까?
WrapAPI은(는) https://wrapapi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http://wrapapi.com"입니다.
확장 프로그램 스크린샷
WrapAPI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For more details, visit https://wrapapi.com WrapAPI is a tool to build APIs on top of any existing website, to scrape and extract data or to automate processes. The days of using Chrome DevTools' Network tab or Charles Proxy are over! Visit our website at https://wrapapi.com to learn more.
확장 프로그램 기본 정보
이름 | WrapAPI |
ID | fmnddkfmloenccahfiaflnkpngndkafm |
공식 URL | https://chromewebstore.google.com/detail/wrapapi/fmnddkfmloenccahfiaflnkpngndkafm |
설명 | Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http://wrapapi.com |
파일 크기 | 5.53 MB |
설치 횟수 | 2,596 |
현재 버전 | 2.2.2 |
최근 업데이트 | 2022-09-06 |
출시 날짜 | 2018-05-21 |
평점 | 4.50/5 총 12 개의 평점 |
개발자 | https://wrapapi.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WrapAPI", "version": "2.2.2", "description": "Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http:\/\/wrapapi.com", "icons": { "32": "assets\/icon32.png", "64": "assets\/icon64.png", "128": "assets\/icon128.png" }, "action": { "default_title": "Open WrapAPI", "default_icon": "assets\/icon32.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.wrapapi.com\/*" ], "js": [ "installed.js" ] } ], "background": { "service_worker": "js\/background.js" }, "devtools_page": "devtools.html", "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/wrapapi.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "manifest_version": 3 } |