Is VHS Open

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

Is VHS Open là gì?

Is VHS Open là một tiện ích mở rộng Chrome được phát triển bởi Shane Burgess, và tính năng chính của nó là "View the isvhsopen.com status at a glance with a browser icon.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Is VHS Open

Tải xuống các tệp mở rộng Is VHS Open dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Is VHS Open Is VHS Open
ID fpkncnbnigngakejmdllbonkikmagffk
URL Chính Thức https://chromewebstore.google.com/detail/is-vhs-open/fpkncnbnigngakejmdllbonkikmagffk
Mô tả View the isvhsopen.com status at a glance with a browser icon.
Kích Thước Tệp 12.56 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-04-05
Ngày Phát Hành 2016-04-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Shane Burgess
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vhs/isvhsopen-Chrome-Extension
URL Trang Trợ Giúp https://talk.hackspace.ca/t/isvhsopen-chrome-extension/3549
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}