WrapAPI

Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http://wrapapi.com

WrapAPIคืออะไร?

WrapAPI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wrapapi.com และคุณลักษณะหลักของมันคือ "Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http://wrapapi.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WrapAPI

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}