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คืออะไร?

RemoteLiveReload เป็นส่วนขยายของ Chrome ที่พัฒนาโดย remotelivereload และคุณลักษณะหลักของมันคือ "Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RemoteLiveReload

ดาวน์โหลดไฟล์ส่วนขยาย RemoteLiveReload ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei
คำอธิบาย Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
ขนาดไฟล์ 68.84 KB
จำนวนการติดตั้ง 7,314
เวอร์ชันปัจจุบัน 0.0.46
อัปเดตครั้งล่าสุด 2014-12-15
วันที่เผยแพร่ 2014-12-15
คะแนน 3.67/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา remotelivereload
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bigwave/livereload-extensions
URL หน้าช่วยเหลือ https://github.com/bigwave/livereload-extensions/issues
ภาษาที่รองรับ 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]"
        }
    }
}