RxJS Devtools

RxJS DevTools extension for debugging streams

RxJS Devtools क्या है?

RxJS Devtools Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RxJS DevTools extension for debugging streams"।

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

screenshot

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

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

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

                        This devtools extension allows you to debug your RxJS stream emissions by hooking into the rxjs-spy debugging library.

To use this in your application, you must first set up rxjs-spy and rxjs-spy-devtools-plugin (https://github.com/ardoq/rxjs-devtools/tree/master/packages/rxjs-spy-devtools-plugin) in your RxJS application, which allows the extension to hook into your RxJS streams and inspect stream values.

The project was inspired by rxjs-spy-devtools 

v0.0.3
- Simplified extension layout
- Improved warning and increased emission limit to 5000
- Added button to clear all recorded emissions

v0.0.2 
- Ability to filter observable tags
- Better performance
v0.0.1
- Initial version

Full changelog: https://github.com/ardoq/rxjs-devtools/commits/master

This extension is open-source - contributions and feedback are welcome! 
Github repository: https://github.com/ardoq/rxjs-devtools                    

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

नाम RxJS Devtools RxJS Devtools
ID abgkgpfkdkafjidfgcjddeffnfnkoeil
आधिकारिक URL https://chromewebstore.google.com/detail/rxjs-devtools/abgkgpfkdkafjidfgcjddeffnfnkoeil
विवरण RxJS DevTools extension for debugging streams
फ़ाइल का आकार 350 KB
स्थापना संख्या 2,301
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2020-09-08
प्रकाशन तिथि 2020-06-24
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ardoq/rxjs-devtools
सहायता पृष्ठ URL https://github.com/ardoq/rxjs-devtools
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "RxJS DevTools extension for debugging streams",
    "version": "0.0.3",
    "name": "RxJS Devtools",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "devtools_page": "devtools.html",
    "icons": {
        "128": "rxjs-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "rxjs-logo.png",
        "rxjs-logo.png",
        "injectedScript.bundle.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}

संबंधित एक्सटेंशन्स