livejs

chrome extension for livejs

livejs란 무엇입니까?

livejs은(는) https://wenzhixin.net.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "chrome extension for livejs"입니다.

확장 프로그램 스크린샷

livejs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Say goodbye to Alt-Tab. Live.js makes sure you're always looking at the latest version of the page you're working on, whether you're writing HTML, CSS or Javascript.                    

확장 프로그램 기본 정보

이름 livejs livejs
ID fnenjmjepccoionjgdgimlnppidghbbg
공식 URL https://chromewebstore.google.com/detail/livejs/fnenjmjepccoionjgdgimlnppidghbbg
설명 chrome extension for livejs
파일 크기 12.54 KB
설치 횟수 522
현재 버전 1.0.1
최근 업데이트 2013-11-18
출시 날짜 2013-11-17
평점 3.83/5 총 6 개의 평점
개발자 https://wenzhixin.net.cn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/wenzhixin/livejs
도움말 페이지 URL https://github.com/wenzhixin/livejs/issues
지원되는 언어 en-US
manifest.json
{
    "name": "livejs",
    "description": "chrome extension for livejs",
    "version": "1.0.1",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "live.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo_disabled.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}