LiveReload

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

Vad är LiveReload?

LiveReload är en Chrome-tillägg utvecklad av https://livereload.com, och dess huvudfunktion är "Provides Chrome browser integration for the official LiveReload apps (Mac & Windows) and third-parties like guard-livereload and…".

Tilläggsskärmbilder

screenshot

Ladda ner LiveReload-förlängningens CRX-fil

Ladda ner LiveReload-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn LiveReload LiveReload
ID jnihajbhpnppcggbcgedagnkighmdlei
Officiell webbadress https://chromewebstore.google.com/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei
Beskrivning Provides Chrome browser integration for the official LiveReload apps (Mac & Windows) and third-parties like guard-livereload and…
Filstorlek 60.78 KB
Antal Installationer 176,373
Aktuell Version 2.1.0
Senast Uppdaterad 2015-04-08
Publiceringsdatum 2015-04-08
Betyg 3.79/5 Totalt 803 Betyg
Utvecklare https://livereload.com
Betalningssätt free
Tilläggswebbplats http://livereload.com/
Hjälpsida URL http://feedback.livereload.com/
Stödda Språk 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"
    }
}