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 |
公式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 |
Eメール | [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:\/\/*\/*" ] } |