Is This GraphQL
See whether a website is using GraphQL at a glance
什麼是Is This GraphQL?
Is This GraphQL是由https://stellate.co開發的Chrome擴展程式,該擴展的主要功能是“See whether a website is using GraphQL at a glance”。
擴展截圖
下載Is This GraphQL擴展crx文件
下載Is This GraphQL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension detects whether the website you are visiting right now is using GraphQL and which GraphQL APIs it's querying from.
擴展基本資訊
名稱 | Is This GraphQL |
ID | bpddjcoknlkjonemmdokaeeplmjhhnhh |
官方網址 | https://chromewebstore.google.com/detail/is-this-graphql/bpddjcoknlkjonemmdokaeeplmjhhnhh |
簡介 | See whether a website is using GraphQL at a glance |
檔案大小 | 754 KB |
安裝次數 | 260 |
目前版本 | 1.5.0 |
更新時間 | 2023-09-13 |
上架時間 | 2021-04-05 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://stellate.co |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://stellate.co/privacy |
支援的語言 | 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:\/\/*\/*" ] } |