Is This GraphQL
See whether a website is using GraphQL at a glance
Wat is Is This GraphQL?
Is This GraphQL is een Chrome-extensie ontwikkeld door https://stellate.co, en de belangrijkste functie is "See whether a website is using GraphQL at a glance".
Extensie Screenshots
Download het CRX-bestand van de extensie Is This GraphQL
Download Is This GraphQL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension detects whether the website you are visiting right now is using GraphQL and which GraphQL APIs it's querying from.
Basisinformatie over de Extensie
Naam | Is This GraphQL |
ID | bpddjcoknlkjonemmdokaeeplmjhhnhh |
Officiële URL | https://chromewebstore.google.com/detail/is-this-graphql/bpddjcoknlkjonemmdokaeeplmjhhnhh |
Beschrijving | See whether a website is using GraphQL at a glance |
Bestandsgrootte | 754 KB |
Aantal Installaties | 260 |
Huidige Versie | 1.5.0 |
Laatst Bijgewerkt | 2023-09-13 |
Publicatiedatum | 2021-04-05 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://stellate.co |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://stellate.co/privacy |
Ondersteunde Talen | 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:\/\/*\/*" ] } |