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文件
下载WrapAPI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |