Rearm

Automatically injects the LiveReload client onto a page.

Wat is Rearm?

Rearm is een Chrome-extensie ontwikkeld door Roland Warmerdam, en de belangrijkste functie is "Automatically injects the LiveReload client onto a page.".

Download het CRX-bestand van de extensie Rearm

Download Rearm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Rearm Rearm
ID omgokhmgebbnldchkfienblhhjlmjdlm
Officiële URL https://chrome.google.com/webstore/detail/rearm/omgokhmgebbnldchkfienblhhjlmjdlm
Beschrijving Automatically injects the LiveReload client onto a page.
Bestandsgrootte 48.91 KB
Aantal Installaties 20
Huidige Versie 1.0.0
Laatst Bijgewerkt 2013-09-10
Publicatiedatum 2013-09-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Roland Warmerdam
Betalingswijze free
Extensiewebsite https://github.com/Rowno/rearm
Help Pagina-URL https://github.com/Rowno/rearm/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}