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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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\/*" ] } |