Is VHS Open

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

¿Qué es Is VHS Open?

Is VHS Open es una extensión de Chrome desarrollada por Shane Burgess, y su función principal es "View the isvhsopen.com status at a glance with a browser icon.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Is VHS Open

Descarga archivos de extensión Is VHS Open en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Is VHS Open Is VHS Open
ID fpkncnbnigngakejmdllbonkikmagffk
URL Oficial https://chromewebstore.google.com/detail/is-vhs-open/fpkncnbnigngakejmdllbonkikmagffk
Descripción View the isvhsopen.com status at a glance with a browser icon.
Tamaño del Archivo 12.56 KB
Cantidad de Instalaciones 77
Versión Actual 1.0
Última Actualización 2016-04-05
Fecha de Publicación 2016-04-05
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Shane Burgess
Tipo de Pago free
Sitio Web de la Extensión https://github.com/vhs/isvhsopen-Chrome-Extension
URL de la Página de Ayuda https://talk.hackspace.ca/t/isvhsopen-chrome-extension/3549
Idiomas Soportados 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\/*"
    ]
}