Is This GraphQL

See whether a website is using GraphQL at a glance

Qu'est-ce que Is This GraphQL ?

Is This GraphQL est une extension Chrome développée par https://stellate.co, et sa fonction principale est "See whether a website is using GraphQL at a glance".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Is This GraphQL

Téléchargez les fichiers d'extension Is This GraphQL 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

                        This extension detects whether the website you are visiting right now is using GraphQL and which GraphQL APIs it's querying from.                    

Informations de Base sur l'Extension

Nom Is This GraphQL Is This GraphQL
ID bpddjcoknlkjonemmdokaeeplmjhhnhh
URL Officiel https://chromewebstore.google.com/detail/is-this-graphql/bpddjcoknlkjonemmdokaeeplmjhhnhh
Description See whether a website is using GraphQL at a glance
Taille du Fichier 754 KB
Nombre d'Installations 260
Version Actuelle 1.5.0
Dernière Mise à Jour 2023-09-13
Date de Publication 2021-04-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://stellate.co
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://stellate.co/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Is This GraphQL",
    "version": "1.5.0",
    "manifest_version": 2,
    "description": "See whether a website is using GraphQL at a glance",
    "homepage_url": "https:\/\/stellate.co",
    "icons": {
        "16": "icons\/icon-graphql-no-16.png",
        "48": "icons\/icon-graphql-no-48.png",
        "128": "icons\/icon-graphql-no-128.png"
    },
    "browser_action": {
        "default_title": "GraphQL",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "https:\/\/*\/*"
    ]
}