Saturn

Chrome DevTools Network tab tailored for GraphQL

Saturn क्या है?

Saturn Patrik Gallik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome DevTools Network tab tailored for GraphQL"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Saturn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Network tab is great for inspecting REST API calls, but since GraphQL implements another layer of abstraction over HTTP, it's not so straightforward to use.

Saturn solves this problem by bringing a new tab to DevTools, trying to mimic the look and feel of the Network tab, and providing quick overview of query, variables, data and errors properties of every GraphQL query.

The extension is under active development, please leave any feedback, it's very likely it will get implemented. Feel free to create an issue in Github or contribute!

Changelog:
0.3.3 - Bump manifest to v3
0.3.2 - It is now possible to search and filter by variables (https://github.com/patresk/saturn/pull/8)
0.3 - Filter and Clear functionality (https://github.com/patresk/saturn/issues/5, https://github.com/patresk/saturn/issues/3)
0.2 - Dark mode support added

https://github.com/patresk/saturn                    

एक्सटेंशन की मूल जानकारी

नाम Saturn Saturn
ID niddeggaegffgancpopjccbmmhpdfflf
आधिकारिक URL https://chromewebstore.google.com/detail/saturn/niddeggaegffgancpopjccbmmhpdfflf
विवरण Chrome DevTools Network tab tailored for GraphQL
फ़ाइल का आकार 585 KB
स्थापना संख्या 109
वर्तमान संस्करण 0.3.3
अंतिम अपडेट 2022-05-15
प्रकाशन तिथि 2020-05-06
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Patrik Gallik
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/patresk/saturn
सहायता पृष्ठ URL https://github.com/patresk/saturn/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Saturn",
    "description": "Chrome DevTools Network tab tailored for GraphQL",
    "version": "0.3.3",
    "minimum_chrome_version": "88.0",
    "devtools_page": "devtools.html",
    "manifest_version": 3,
    "icons": {
        "16": "images\/128x128.png",
        "32": "images\/128x128.png",
        "48": "images\/128x128.png",
        "128": "images\/128x128.png"
    }
}