React Server Timeline

This extension will display the timeline for react-server applications

What is React Server Timeline?

React Server Timeline is a Chrome extension developed by Redfin, and its main feature is "This extension will display the timeline for react-server applications".

Extension Screenshots

screenshot
screenshot

Download React Server Timeline Extension CRX File

Download React Server Timeline extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This tool generates a timeline (using Highcharts.js) for any application developed using react-server (https://react-server.io/)                    

Extension Basic Information

Name React Server Timeline React Server Timeline
ID pockbdjjnklbgemhkhdlhbhlcfgohocc
Official URL https://chrome.google.com/webstore/detail/pockbdjjnklbgemhkhdlhbhlcfgohocc
Description This extension will display the timeline for react-server applications
File Size 27.68 KB
Installation Count 82
Current Version 1.1
Last Updated 2016-12-01
Publish Date 2016-12-01
Developer Redfin
Payment Type free
Extension Website https://www.redfin.com/
Supported Languages 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'"
}