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. 扩展基本信息
| 名称 | |
| ID | bpddjcoknlkjonemmdokaeeplmjhhnhh |
| 官方URL | 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:\/\/*\/*"
]
} | |