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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में WrapAPI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}