lichess-timewarning
Warns lichess.org players when they are low on time with an audio sample
Τι είναι το lichess-timewarning;
Το lichess-timewarning είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vincent Simard, και η κύρια λειτουργία του είναι "Warns lichess.org players when they are low on time with an audio sample".
Λήψη αρχείου CRX της επέκτασης lichess-timewarning
Λήψη αρχείων επέκτασης lichess-timewarning σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | mpcfojdjmlkdnomdphkpeoocdobojjhm |
Επίσημο URL | https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm |
Περιγραφή | Warns lichess.org players when they are low on time with an audio sample |
Μέγεθος Αρχείου | 27.76 KB |
Αριθμός Εγκαταστάσεων | 41 |
Τρέχουσα Έκδοση | 0.1.4 |
Τελευταία Ενημέρωση | 2014-10-20 |
Ημερομηνία Δημοσίευσης | 2014-10-20 |
Αξιολόγηση | 3.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Vincent Simard |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess-timewarning", "version": "0.1.4", "manifest_version": 2, "description": "Warns lichess.org players when they are low on time with an audio sample", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/lichess-timewarning.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "ogg\/*" ], "permissions": [ "storage" ] } |