React Server Timeline

This extension will display the timeline for react-server applications

React Server Timeline क्या है?

React Server Timeline Redfin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will display the timeline for react-server applications"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में React Server Timeline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}