Is This GraphQL
See whether a website is using GraphQL at a glance
Cos'è Is This GraphQL?
Is This GraphQL è un'estensione di Chrome sviluppata da https://stellate.co, e la sua funzione principale è "See whether a website is using GraphQL at a glance".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Is This GraphQL
Scarica i file di estensione Is This GraphQL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension detects whether the website you are visiting right now is using GraphQL and which GraphQL APIs it's querying from.
Informazioni di Base sull'Estensione
Nome | Is This GraphQL |
ID | bpddjcoknlkjonemmdokaeeplmjhhnhh |
URL Ufficiale | https://chromewebstore.google.com/detail/is-this-graphql/bpddjcoknlkjonemmdokaeeplmjhhnhh |
Descrizione | See whether a website is using GraphQL at a glance |
Dimensione del File | 754 KB |
Conteggio Installazioni | 260 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2023-09-13 |
Data di Pubblicazione | 2021-04-05 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://stellate.co |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://stellate.co/privacy |
Lingue Supportate | 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:\/\/*\/*" ] } |