LiveReload

Provides Chrome browser integration for the official LiveReload apps (Mac & Windows) and third-parties like guard-livereload and…

Apa itu LiveReload?

LiveReload adalah ekstensi Chrome yang dikembangkan oleh https://livereload.com, dan fitur utamanya adalah "Provides Chrome browser integration for the official LiveReload apps (Mac & Windows) and third-parties like guard-livereload and…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LiveReload

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

                        Provides Chrome browser integration for the official LiveReload apps (Mac & Windows) and third-parties like guard-livereload and yeoman.

See livereload.com for details; visit feedback.livereload.com to get help and vote for new features.                    

Informasi Dasar Ekstensi

Nama LiveReload LiveReload
ID jnihajbhpnppcggbcgedagnkighmdlei
URL Resmi https://chromewebstore.google.com/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei
Deskripsi Provides Chrome browser integration for the official LiveReload apps (Mac & Windows) and third-parties like guard-livereload and…
Ukuran File 60.78 KB
Jumlah Instalasi 176,373
Versi Saat Ini 2.1.0
Terakhir Diperbarui 2015-04-08
Tanggal Publikasi 2015-04-08
Penilaian 3.79/5 Total 803 Penilaian
Pengembang https://livereload.com
Tipe Pembayaran free
Situs Ekstensi http://livereload.com/
URL Halaman Bantuan http://feedback.livereload.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiveReload",
    "version": "2.1.0",
    "background": {
        "scripts": [
            "global.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": "IconDisabled.png"
    }
}