JSON RPC Chrome Viewer

JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.

JSON RPC Chrome Viewer क्या है?

JSON RPC Chrome Viewer Vladimir Lomonos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests."।

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

screenshot

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

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

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

                        JSON-RPC Chrome Viewer developer tool allows you to manage JSON-RPC requests in more convenient way. It includes a lot of features to make your life as developer easier and more comfortable.
Resizable panes, resend request feature, background requests accumulation, filtering, preserve log settings, dark and light themes, keyboard requests navigation, url label for each method, CORS badge, expand/collapse JSON tree, converting the response to TypeScript types and others.
You are welcome to make feature requests, bug reports and pull requests.                    

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

नाम JSON RPC Chrome Viewer JSON RPC Chrome Viewer
ID bfkookcjhlalpmeedppachhdkhmflbah
आधिकारिक URL https://chromewebstore.google.com/detail/json-rpc-chrome-viewer/bfkookcjhlalpmeedppachhdkhmflbah
विवरण JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.
फ़ाइल का आकार 121 KB
स्थापना संख्या 279
वर्तमान संस्करण 1.4.4
अंतिम अपडेट 2023-12-24
प्रकाशन तिथि 2022-06-26
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर Vladimir Lomonos
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lomonosv/json-rpc-chrome-viewer
सहायता पृष्ठ URL https://github.com/lomonosv/json-rpc-chrome-viewer/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON RPC Chrome Viewer",
    "version": "1.4.4",
    "description": "JSON RPC requests Chrome developer tools viewer. More convenient way to manage your rpc requests.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "devtools_page": "index.html"
}