React Server Timeline
This extension will display the timeline for react-server applications
什么是React Server Timeline?
React Server Timeline是由Redfin开发的Chrome扩展程序,该扩展的主要功能是“This extension will display the timeline for react-server applications”。
扩展截图
下载React Server Timeline扩展crx文件
下载React Server Timeline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool generates a timeline (using Highcharts.js) for any application developed using react-server (https://react-server.io/)
扩展基本信息
名称 | |
ID | pockbdjjnklbgemhkhdlhbhlcfgohocc |
官方URL | https://chrome.google.com/webstore/detail/pockbdjjnklbgemhkhdlhbhlcfgohocc |
简介 | This extension will display the timeline for react-server applications |
文件大小 | 27.68 KB |
安装次数 | 82 |
当前版本 | 1.1 |
更新时间 | 2016-12-01 |
上架时间 | 2016-12-01 |
开发者 | Redfin |
付费类型 | free |
扩展官网 | https://www.redfin.com/ |
支持的语言 | 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'" } |