RxJS Devtools
RxJS DevTools extension for debugging streams
Co to jest RxJS Devtools?
RxJS Devtools to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „RxJS DevTools extension for debugging streams”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RxJS Devtools
Pobierz pliki rozszerzeń RxJS Devtools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | abgkgpfkdkafjidfgcjddeffnfnkoeil |
| Oficjalny URL | https://chromewebstore.google.com/detail/rxjs-devtools/abgkgpfkdkafjidfgcjddeffnfnkoeil |
| Opis | RxJS DevTools extension for debugging streams |
| Rozmiar pliku | 350 KB |
| Liczba instalacji | 2,301 |
| Aktualna Wersja | 0.0.3 |
| Ostatnia Aktualizacja | 2020-09-08 |
| Data Publikacji | 2020-06-24 |
| Deweloper | Unknown |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ardoq/rxjs-devtools |
| Adres URL Strony Pomocy | https://github.com/ardoq/rxjs-devtools |
| Obsługiwane Języki | 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:\/\/*\/*",
" | |