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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Is This GraphQL

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
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:\/\/*\/*"
    ]
}