Is This GraphQL
See whether a website is using GraphQL at a glance
ما هو Is This GraphQL؟
Is This GraphQL هو إضافة Chrome تم تطويرها بواسطة https://stellate.co، والميزة الرئيسية لها هي "See whether a website is using GraphQL at a glance".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Is This GraphQL
قم بتنزيل ملفات الامتداد Is This GraphQL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | 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:\/\/*\/*" ] } |