WrapAPI

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

Qu'est-ce que WrapAPI ?

WrapAPI est une extension Chrome développée par https://wrapapi.com, et sa fonction principale est "Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http://wrapapi.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WrapAPI

Téléchargez les fichiers d'extension WrapAPI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WrapAPI WrapAPI
ID fmnddkfmloenccahfiaflnkpngndkafm
URL Officiel https://chromewebstore.google.com/detail/wrapapi/fmnddkfmloenccahfiaflnkpngndkafm
Description Captures requests and sends them to the WrapAPI service to be turned into APIs. For more information, visit http://wrapapi.com
Taille du Fichier 5.53 MB
Nombre d'Installations 2,596
Version Actuelle 2.2.2
Dernière Mise à Jour 2022-09-06
Date de Publication 2018-05-21
Évaluation 4.50/5 Total 12 Évaluations
Développeur https://wrapapi.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}