Is This GraphQL
See whether a website is using GraphQL at a glance
Apa itu Is This GraphQL?
Is This GraphQL adalah ekstensi Chrome yang dikembangkan oleh https://stellate.co, dan fitur utamanya adalah "See whether a website is using GraphQL at a glance".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Is This GraphQL
Unduh file ekstensi Is This GraphQL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension detects whether the website you are visiting right now is using GraphQL and which GraphQL APIs it's querying from.
Informasi Dasar Ekstensi
Nama | Is This GraphQL |
ID | bpddjcoknlkjonemmdokaeeplmjhhnhh |
URL Resmi | https://chromewebstore.google.com/detail/is-this-graphql/bpddjcoknlkjonemmdokaeeplmjhhnhh |
Deskripsi | See whether a website is using GraphQL at a glance |
Ukuran File | 754 KB |
Jumlah Instalasi | 260 |
Versi Saat Ini | 1.5.0 |
Terakhir Diperbarui | 2023-09-13 |
Tanggal Publikasi | 2021-04-05 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://stellate.co |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://stellate.co/privacy |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |