RemoteLiveReload

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

Apa itu RemoteLiveReload?

RemoteLiveReload adalah ekstensi Chrome yang dikembangkan oleh remotelivereload, dan fitur utamanya adalah "Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RemoteLiveReload

Unduh file ekstensi RemoteLiveReload 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

                        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.                    

Informasi Dasar Ekstensi

Nama RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
URL Resmi https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei
Deskripsi Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
Ukuran File 68.84 KB
Jumlah Instalasi 7,314
Versi Saat Ini 0.0.46
Terakhir Diperbarui 2014-12-15
Tanggal Publikasi 2014-12-15
Penilaian 3.67/5 Total 36 Penilaian
Pengembang remotelivereload
Tipe Pembayaran free
Situs Ekstensi https://github.com/bigwave/livereload-extensions
URL Halaman Bantuan https://github.com/bigwave/livereload-extensions/issues
Bahasa yang Didukung 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]"
        }
    }
}