React Server Timeline
This extension will display the timeline for react-server applications
Qu'est-ce que React Server Timeline ?
React Server Timeline est une extension Chrome développée par Redfin, et sa fonction principale est "This extension will display the timeline for react-server applications".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension React Server Timeline
Téléchargez les fichiers d'extension React Server Timeline au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This tool generates a timeline (using Highcharts.js) for any application developed using react-server (https://react-server.io/)
Informations de Base sur l'Extension
Nom | |
ID | pockbdjjnklbgemhkhdlhbhlcfgohocc |
URL Officiel | https://chrome.google.com/webstore/detail/pockbdjjnklbgemhkhdlhbhlcfgohocc |
Description | This extension will display the timeline for react-server applications |
Taille du Fichier | 27.68 KB |
Nombre d'Installations | 82 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-12-01 |
Date de Publication | 2016-12-01 |
Développeur | Redfin |
Type de Paiement | free |
Site Web de l'Extension | https://www.redfin.com/ |
Langues Prises en Charge | 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'" } |