Is VHS Open

View the isvhsopen.com status at a glance with a browser icon.

Is VHS Open란 무엇입니까?

Is VHS Open은(는) Shane Burgess에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View the isvhsopen.com status at a glance with a browser icon."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Is VHS Open 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension provides at-a-glance notification of whether the Vancouver Hack Space is open. VHS does not have regular working hours, so the space is only open to members when a Keyholder is present. The extension queries isvhsopen.com to see if a Keyholder has opened the space, and for how long it will remain opened.

When the space is open, the closing time is shown in an icon at the top of the window. When the space opens or closes, a popup notification appears with the new information. Closing time is continuously colour-coded based on how much time is remaining:
(Green)  open for > 5h
(Yellow) closing in 1h
(Red)      closing in 1min                    

확장 프로그램 기본 정보

이름 Is VHS Open Is VHS Open
ID fpkncnbnigngakejmdllbonkikmagffk
공식 URL https://chromewebstore.google.com/detail/is-vhs-open/fpkncnbnigngakejmdllbonkikmagffk
설명 View the isvhsopen.com status at a glance with a browser icon.
파일 크기 12.56 KB
설치 횟수 77
현재 버전 1.0
최근 업데이트 2016-04-05
출시 날짜 2016-04-05
평점 5.00/5 총 2 개의 평점
개발자 Shane Burgess
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/vhs/isvhsopen-Chrome-Extension
도움말 페이지 URL https://talk.hackspace.ca/t/isvhsopen-chrome-extension/3549
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Is VHS Open",
    "description": "View the isvhsopen.com status at a glance with a browser icon.",
    "version": "1.0",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/www.isvhsopen.com\/",
    "background": {
        "scripts": [
            "baicon.js",
            "notification.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_title": "Is VHS Open",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "http:\/\/www.isvhsopen.com\/*"
    ]
}