Rearm

Automatically injects the LiveReload client onto a page.

什么是Rearm?

Rearm是由Roland Warmerdam开发的Chrome扩展程序,该扩展的主要功能是“Automatically injects the LiveReload client onto a page.”。

下载Rearm扩展crx文件

下载Rearm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Rearm Rearm
ID omgokhmgebbnldchkfienblhhjlmjdlm
官方URL https://chrome.google.com/webstore/detail/rearm/omgokhmgebbnldchkfienblhhjlmjdlm
简介 Automatically injects the LiveReload client onto a page.
文件大小 48.91 KB
安装次数 20
当前版本 1.0.0
更新时间 2013-09-10
上架时间 2013-09-10
评分 5.00/5 共2次评分
开发者 Roland Warmerdam
付费类型 free
扩展官网 https://github.com/Rowno/rearm
帮助页面URL https://github.com/Rowno/rearm/issues
支持的语言 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"
            ]
        }
    ]
}