Am I working on localhost?

Am I working on localhost?

Am I working on localhost?란 무엇입니까?

Am I working on localhost?은(는) Zokis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Am I working on localhost?"입니다.

확장 프로그램 스크린샷

screenshot

Am I working on localhost? 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Am I working on localhost?                    

확장 프로그램 기본 정보

이름 Am I working on localhost? Am I working on localhost?
ID hcodibddbhfaojganenggofiogdojbgc
공식 URL https://chromewebstore.google.com/detail/am-i-working-on-localhost/hcodibddbhfaojganenggofiogdojbgc
설명 Am I working on localhost?
파일 크기 38.95 KB
설치 횟수 34
현재 버전 0.7
최근 업데이트 2015-04-27
출시 날짜 2015-04-27
개발자 Zokis
결제 유형 free
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Am I working on localhost?",
    "short_name": "iwolh",
    "description": "Am I working on localhost?",
    "minimum_chrome_version": "38",
    "version": "0.7",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "local.js"
            ],
            "css": [
                "local.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}