Is This GraphQL

See whether a website is using GraphQL at a glance

Is This GraphQL क्या है?

Is This GraphQL https://stellate.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See whether a website is using GraphQL at a glance"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Is This GraphQL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Is This GraphQL Is This GraphQL
ID bpddjcoknlkjonemmdokaeeplmjhhnhh
आधिकारिक URL https://chromewebstore.google.com/detail/is-this-graphql/bpddjcoknlkjonemmdokaeeplmjhhnhh
विवरण See whether a website is using GraphQL at a glance
फ़ाइल का आकार 754 KB
स्थापना संख्या 260
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2023-09-13
प्रकाशन तिथि 2021-04-05
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://stellate.co
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://stellate.co/privacy
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}