RxJS Devtools

RxJS DevTools extension for debugging streams

RxJS Devtoolsคืออะไร?

RxJS Devtools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "RxJS DevTools extension for debugging streams"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RxJS Devtools

ดาวน์โหลดไฟล์ส่วนขยาย RxJS Devtools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}

ส่วนขยายที่เกี่ยวข้อง