React Server Timeline

This extension will display the timeline for react-server applications

Apa itu React Server Timeline?

React Server Timeline adalah ekstensi Chrome yang dikembangkan oleh Redfin, dan fitur utamanya adalah "This extension will display the timeline for react-server applications".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi React Server Timeline

Unduh file ekstensi React Server Timeline dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama React Server Timeline React Server Timeline
ID pockbdjjnklbgemhkhdlhbhlcfgohocc
URL Resmi https://chrome.google.com/webstore/detail/pockbdjjnklbgemhkhdlhbhlcfgohocc
Deskripsi This extension will display the timeline for react-server applications
Ukuran File 27.68 KB
Jumlah Instalasi 82
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-12-01
Tanggal Publikasi 2016-12-01
Pengembang Redfin
Tipe Pembayaran free
Situs Ekstensi https://www.redfin.com/
Bahasa yang Didukung 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'"
}