RemoteLiveReload

Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…

RemoteLiveReload क्या है?

RemoteLiveReload remotelivereload द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…"।

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

screenshot

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

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

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

                        Live Reload is a system to automatically reload a web page when the source files for that web page are changed.

This extension connects to a live-reload server (local or remote) for example LiveReload (for Windows or Mac) or guard-livereload  (for Linux).

The extension tries to connect to a live reload server on the domain for the current web page.                    

एक्सटेंशन की मूल जानकारी

नाम RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
आधिकारिक URL https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei
विवरण Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
फ़ाइल का आकार 68.84 KB
स्थापना संख्या 7,314
वर्तमान संस्करण 0.0.46
अंतिम अपडेट 2014-12-15
प्रकाशन तिथि 2014-12-15
रेटिंग 3.67/5 कुल 36 रेटिंग्स
डेवलपर remotelivereload
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/bigwave/livereload-extensions
सहायता पृष्ठ URL https://github.com/bigwave/livereload-extensions/issues
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RemoteLiveReload",
    "version": "0.0.46",
    "background": {
        "scripts": [
            "global.js",
            "global-chrome.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "livereload.js"
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Enable LiveReload",
        "default_icon": {
            "19": "IconDisabled.png",
            "38": "[email protected]"
        }
    }
}