React Server Timeline

This extension will display the timeline for react-server applications

Vad är React Server Timeline?

React Server Timeline är en Chrome-tillägg utvecklad av Redfin, och dess huvudfunktion är "This extension will display the timeline for react-server applications".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner React Server Timeline-förlängningens CRX-fil

Ladda ner React Server Timeline-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn React Server Timeline React Server Timeline
ID pockbdjjnklbgemhkhdlhbhlcfgohocc
Officiell webbadress https://chrome.google.com/webstore/detail/pockbdjjnklbgemhkhdlhbhlcfgohocc
Beskrivning This extension will display the timeline for react-server applications
Filstorlek 27.68 KB
Antal Installationer 82
Aktuell Version 1.1
Senast Uppdaterad 2016-12-01
Publiceringsdatum 2016-12-01
Utvecklare Redfin
Betalningssätt free
Tilläggswebbplats https://www.redfin.com/
Stödda Språk 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'"
}