Is VHS Open

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

Is VHS Open क्या है?

Is VHS Open Shane Burgess द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the isvhsopen.com status at a glance with a browser icon."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Is VHS Open एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}