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 |
官方網址 | 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 } |