RemoteLiveReload

Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…

RemoteLiveReload là gì?

RemoteLiveReload là một tiện ích mở rộng Chrome được phát triển bởi remotelivereload, và tính năng chính của nó là "Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng RemoteLiveReload 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

                        Live Reload is a system to automatically reload a web page when the source files for that web page are changed.

This extension connects to a live-reload server (local or remote) for example LiveReload (for Windows or Mac) or guard-livereload  (for Linux).

The extension tries to connect to a live reload server on the domain for the current web page.                    

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

Tên RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
URL Chính Thức https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei
Mô tả Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
Kích Thước Tệp 68.84 KB
Số Lần Cài Đặt 7,314
Phiên Bản Hiện Tại 0.0.46
Cập Nhật Lần Cuối 2014-12-15
Ngày Phát Hành 2014-12-15
Đánh Giá 3.67/5 Tổng số 36 Đánh Giá
Nhà Phát Triển remotelivereload
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bigwave/livereload-extensions
URL Trang Trợ Giúp https://github.com/bigwave/livereload-extensions/issues
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RemoteLiveReload",
    "version": "0.0.46",
    "background": {
        "scripts": [
            "global.js",
            "global-chrome.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "livereload.js"
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Enable LiveReload",
        "default_icon": {
            "19": "IconDisabled.png",
            "38": "[email protected]"
        }
    }
}