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 |
Eメール | [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 } |