Rearm

Automatically injects the LiveReload client onto a page.

Hvad er Rearm?

Rearm er en Chrome-udvidelse udviklet af Roland Warmerdam, og dens hovedfunktion er "Automatically injects the LiveReload client onto a page.".

Download Rearm-udvidelses-CRX-fil

Download Rearm-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Rearm Rearm
ID omgokhmgebbnldchkfienblhhjlmjdlm
Officiel URL https://chrome.google.com/webstore/detail/rearm/omgokhmgebbnldchkfienblhhjlmjdlm
Beskrivelse Automatically injects the LiveReload client onto a page.
Filstørrelse 48.91 KB
Antal Installationer 20
Nuværende Version 1.0.0
Senest Opdateret 2013-09-10
Udgivelsesdato 2013-09-10
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Roland Warmerdam
Betalingsmetode free
Udvidelseswebsted https://github.com/Rowno/rearm
Hjælpeside-URL https://github.com/Rowno/rearm/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "Rearm",
    "description": "Automatically injects the LiveReload client onto a page.",
    "author": "Roland Warmerdam",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "img\/icon-extension-16.png",
        "48": "img\/icon-extension-48.png",
        "128": "img\/icon-extension-128.png"
    },
    "browser_action": {
        "default_title": "Rearm",
        "default_icon": {
            "19": "img\/icon-inactive.png"
        }
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}