React Server Timeline

This extension will display the timeline for react-server applications

O que é React Server Timeline?

React Server Timeline é uma extensão do Chrome desenvolvida por Redfin, e sua principal característica é "This extension will display the timeline for react-server applications".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão React Server Timeline

Baixe arquivos de extensão React Server Timeline no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome React Server Timeline React Server Timeline
ID pockbdjjnklbgemhkhdlhbhlcfgohocc
URL Oficial https://chrome.google.com/webstore/detail/pockbdjjnklbgemhkhdlhbhlcfgohocc
Descrição This extension will display the timeline for react-server applications
Tamanho do Arquivo 27.68 KB
Contagem de Instalações 82
Versão Atual 1.1
Última Atualização 2016-12-01
Data de Publicação 2016-12-01
Desenvolvedor Redfin
Tipo de Pagamento free
Site da Extensão https://www.redfin.com/
Idiomas Suportados 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'"
}