Rearm

Automatically injects the LiveReload client onto a page.

Qu'est-ce que Rearm ?

Rearm est une extension Chrome développée par Roland Warmerdam, et sa fonction principale est "Automatically injects the LiveReload client onto a page.".

Télécharger le fichier CRX de l'extension Rearm

Téléchargez les fichiers d'extension Rearm au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Rearm Rearm
ID omgokhmgebbnldchkfienblhhjlmjdlm
URL Officiel https://chrome.google.com/webstore/detail/rearm/omgokhmgebbnldchkfienblhhjlmjdlm
Description Automatically injects the LiveReload client onto a page.
Taille du Fichier 48.91 KB
Nombre d'Installations 20
Version Actuelle 1.0.0
Dernière Mise à Jour 2013-09-10
Date de Publication 2013-09-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur Roland Warmerdam
Type de Paiement free
Site Web de l'Extension https://github.com/Rowno/rearm
URL de la Page d'Aide https://github.com/Rowno/rearm/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}