Dev Extension Auto Reload

Reloads all unpacked extensions on socket event

Dev Extension Auto Reload란 무엇입니까?

Dev Extension Auto Reload은(는) http://gary.pp.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reloads all unpacked extensions on socket event"입니다.

Dev Extension Auto Reload 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Reloads all unpacked extensions on receive socket event file.change from http://localhost:8890

Extension tries to connect to socket.io server on http://localhost:8890 and waits for file.change event to flow in. When an event is incoming, the extension get all extensions in development mode and reload them one by one.

An example on how to send file change events to the extension can be found here: robin-drexler/chrome-extension-auto-reload-watcher 

https://github.com/Dubiy/chrome-extension-auto-reload

Go!                    

확장 프로그램 기본 정보

이름 Dev Extension Auto Reload Dev Extension Auto Reload
ID jfjjbihghhhohnahailbplkciefnaffg
공식 URL https://chrome.google.com/webstore/detail/dev-extension-auto-reload/jfjjbihghhhohnahailbplkciefnaffg
설명 Reloads all unpacked extensions on socket event
파일 크기 65.11 KB
설치 횟수 27
현재 버전 1.0.1
최근 업데이트 2018-08-27
출시 날짜 2018-08-27
평점 5.00/5 총 1 개의 평점
개발자 http://gary.pp.ua
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dev Extension Auto Reload",
    "version": "1.0.1",
    "icons": {
        "256": "\/img\/icons\/icon-256.png",
        "128": "\/img\/icons\/icon-128.png"
    },
    "description": "Reloads all unpacked extensions on socket event",
    "permissions": [
        "management"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "manifest_version": 2
}