Is This GraphQL
See whether a website is using GraphQL at a glance
Co to jest Is This GraphQL?
Is This GraphQL to rozszerzenie Chrome opracowane przez https://stellate.co, a jego główną funkcją jest „See whether a website is using GraphQL at a glance”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Is This GraphQL
Pobierz pliki rozszerzeń Is This GraphQL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension detects whether the website you are visiting right now is using GraphQL and which GraphQL APIs it's querying from.
Podstawowe informacje o rozszerzeniu
Nazwa | Is This GraphQL |
ID | bpddjcoknlkjonemmdokaeeplmjhhnhh |
Oficjalny URL | https://chromewebstore.google.com/detail/is-this-graphql/bpddjcoknlkjonemmdokaeeplmjhhnhh |
Opis | See whether a website is using GraphQL at a glance |
Rozmiar pliku | 754 KB |
Liczba instalacji | 260 |
Aktualna Wersja | 1.5.0 |
Ostatnia Aktualizacja | 2023-09-13 |
Data Publikacji | 2021-04-05 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://stellate.co |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://stellate.co/privacy |
Obsługiwane Języki | 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:\/\/*\/*" ] } |