Rearm

Automatically injects the LiveReload client onto a page.

What is Rearm?

Rearm is a Chrome extension developed by Roland Warmerdam, and its main feature is "Automatically injects the LiveReload client onto a page.".

Download Rearm Extension CRX File

Download Rearm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Rearm Rearm
ID omgokhmgebbnldchkfienblhhjlmjdlm
Official URL https://chrome.google.com/webstore/detail/rearm/omgokhmgebbnldchkfienblhhjlmjdlm
Description Automatically injects the LiveReload client onto a page.
File Size 48.91 KB
Installation Count 20
Current Version 1.0.0
Last Updated 2013-09-10
Publish Date 2013-09-10
Rating 5.00/5 Total 2 Ratings
Developer Roland Warmerdam
Payment Type free
Extension Website https://github.com/Rowno/rearm
Help Page URL https://github.com/Rowno/rearm/issues
Supported Languages 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"
            ]
        }
    ]
}