GraphiQL extension
Chrome extension for the GraphiQL tool
ما هو GraphiQL extension؟
GraphiQL extension هو إضافة Chrome تم تطويرها بواسطة PowerKiKi، والميزة الرئيسية لها هي "Chrome extension for the GraphiQL tool".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GraphiQL extension
قم بتنزيل ملفات الامتداد GraphiQL extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple extension wrapper around the great GraphiQL IDE allowing it to work with any GraphQL endpoint of your choosing. As long as you are authorized to send requests to the endpoint from your current browser session (cookies are set etc.) you are good to go. This is a fork of the seemingly unmaintained ChromeiQL.
معلومات أساسية عن التمديد
الاسم | GraphiQL extension |
ID | jhbedfdjpmemmbghfecnaeeiokonjclb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/graphiql-extension/jhbedfdjpmemmbghfecnaeeiokonjclb |
الوصف | Chrome extension for the GraphiQL tool |
حجم الملف | 601 KB |
عدد التثبيتات | 8,138 |
النسخة الحالية | 1.5.0 |
آخر تحديث | 2023-06-13 |
تاريخ النشر | 2020-06-30 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | PowerKiKi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/PowerKiKi/graphiql-extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GraphiQL extension", "version": "1.5.0", "description": "Chrome extension for the GraphiQL tool", "background": { "service_worker": "js\/background.js" }, "incognito": "split", "action": { "default_title": "Launch GraphiQL", "default_icon": "public\/logo.png" }, "icons": { "16": "public\/logo.png", "48": "public\/logo.png", "128": "public\/logo.png" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |