React Server Timeline
This extension will display the timeline for react-server applications
Co to jest React Server Timeline?
React Server Timeline to rozszerzenie Chrome opracowane przez Redfin, a jego główną funkcją jest „This extension will display the timeline for react-server applications”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia React Server Timeline
Pobierz pliki rozszerzeń React Server Timeline 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 tool generates a timeline (using Highcharts.js) for any application developed using react-server (https://react-server.io/)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pockbdjjnklbgemhkhdlhbhlcfgohocc |
Oficjalny URL | https://chrome.google.com/webstore/detail/pockbdjjnklbgemhkhdlhbhlcfgohocc |
Opis | This extension will display the timeline for react-server applications |
Rozmiar pliku | 27.68 KB |
Liczba instalacji | 82 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-12-01 |
Data Publikacji | 2016-12-01 |
Deweloper | Redfin |
Typ Płatności | free |
Strona Rozszerzenia | https://www.redfin.com/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "React Server Timeline", "description": "This extension will display the timeline for react-server applications", "version": "1.1", "author": "Redfin", "browser_action": { "default_icon": "react-server-icon.png", "default_popup": "popup.html", "default_title": "Generate React Server Timeline" }, "permissions": [ "tabs", "activeTab", "webRequest", "webRequestBlocking", "https:\/\/code.highcharts.com\/" ], "content_security_policy": "script-src 'unsafe-eval' https:\/\/code.highcharts.com\/; object-src 'unsafe-eval'" } |