Is This GraphQL
See whether a website is using GraphQL at a glance
Vad är Is This GraphQL?
Is This GraphQL är en Chrome-tillägg utvecklad av https://stellate.co, och dess huvudfunktion är "See whether a website is using GraphQL at a glance".
Tilläggsskärmbilder
Ladda ner Is This GraphQL-förlängningens CRX-fil
Ladda ner Is This GraphQL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension detects whether the website you are visiting right now is using GraphQL and which GraphQL APIs it's querying from. Grundläggande Information om Tillägg
| Namn | |
| ID | bpddjcoknlkjonemmdokaeeplmjhhnhh |
| Officiell webbadress | https://chromewebstore.google.com/detail/is-this-graphql/bpddjcoknlkjonemmdokaeeplmjhhnhh |
| Beskrivning | See whether a website is using GraphQL at a glance |
| Filstorlek | 754 KB |
| Antal Installationer | 260 |
| Aktuell Version | 1.5.0 |
| Senast Uppdaterad | 2023-09-13 |
| Publiceringsdatum | 2021-04-05 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://stellate.co |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://stellate.co/privacy |
| Stödda Språk | 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:\/\/*\/*"
]
} | |