React Server Timeline

This extension will display the timeline for react-server applications

Τι είναι το React Server Timeline;

Το React Server Timeline είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Redfin, και η κύρια λειτουργία του είναι "This extension will display the timeline for react-server applications".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης React Server Timeline

Λήψη αρχείων επέκτασης 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/)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα React Server Timeline React Server Timeline
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'"
}