Rearm

Automatically injects the LiveReload client onto a page.

Rearm là gì?

Rearm là một tiện ích mở rộng Chrome được phát triển bởi Roland Warmerdam, và tính năng chính của nó là "Automatically injects the LiveReload client onto a page.".

Tải xuống tệp CRX của tiện ích mở rộng Rearm

Tải xuống các tệp mở rộng Rearm dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rearm Rearm
ID omgokhmgebbnldchkfienblhhjlmjdlm
URL Chính Thức https://chrome.google.com/webstore/detail/rearm/omgokhmgebbnldchkfienblhhjlmjdlm
Mô tả Automatically injects the LiveReload client onto a page.
Kích Thước Tệp 48.91 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-09-10
Ngày Phát Hành 2013-09-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Roland Warmerdam
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Rowno/rearm
URL Trang Trợ Giúp https://github.com/Rowno/rearm/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}