Is VHS Open

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

Is VHS Openคืออะไร?

Is VHS Open เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shane Burgess และคุณลักษณะหลักของมันคือ "View the isvhsopen.com status at a glance with a browser icon."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Is VHS Open

ดาวน์โหลดไฟล์ส่วนขยาย Is VHS Open ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}