React Server Timeline
This extension will display the timeline for react-server applications
Cos'è React Server Timeline?
React Server Timeline è un'estensione di Chrome sviluppata da Redfin, e la sua funzione principale è "This extension will display the timeline for react-server applications".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione React Server Timeline
Scarica i file di estensione React Server Timeline in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This tool generates a timeline (using Highcharts.js) for any application developed using react-server (https://react-server.io/) Informazioni di Base sull'Estensione
| Nome | |
| ID | pockbdjjnklbgemhkhdlhbhlcfgohocc |
| URL Ufficiale | https://chrome.google.com/webstore/detail/pockbdjjnklbgemhkhdlhbhlcfgohocc |
| Descrizione | This extension will display the timeline for react-server applications |
| Dimensione del File | 27.68 KB |
| Conteggio Installazioni | 82 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2016-12-01 |
| Data di Pubblicazione | 2016-12-01 |
| Sviluppatore | Redfin |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.redfin.com/ |
| Lingue Supportate | 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'"
} | |