Just a Day - the Day of Week
A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!
Τι είναι το Just a Day - the Day of Week;
Το Just a Day - the Day of Week είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Marc G, και η κύρια λειτουργία του είναι "A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Just a Day - the Day of Week
Λήψη αρχείων επέκτασης Just a Day - the Day of Week σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
NOTE: Current version might have issues on some versions of Chrome for Windows. Working on a fix; hang tight. ========================== - Abbreviated day of the week in your toolbar. - Customize the abbreviations and the color in the Options. Even supports emoji abbreviations. Copy emoji as text from here: https://getemoji.com/ - Pair it with the 2 Just a Clock extensions (one for the Hours and one for the Minutes) for a large readable display in your toolbar. Perfect for full screen browsing.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Just a Day - the Day of Week |
ID | nkbalpdjkhpfohgonjkagacjkcndhgic |
Επίσημο URL | https://chromewebstore.google.com/detail/just-a-day-the-day-of-wee/nkbalpdjkhpfohgonjkagacjkcndhgic |
Περιγραφή | A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions! |
Μέγεθος Αρχείου | 40.02 KB |
Αριθμός Εγκαταστάσεων | 1,028 |
Τρέχουσα Έκδοση | 0.51 |
Τελευταία Ενημέρωση | 2020-11-19 |
Ημερομηνία Δημοσίευσης | 2018-05-17 |
Αξιολόγηση | 4.62/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | Marc G |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | de,en,nl,tr,es,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.51", "description": "__MSG_extDescription__", "icons": { "16": "iconSmall.png", "32": "iconWin.png", "48": "iconMed.png", "128": "iconBig.png" }, "default_locale": "en", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "setDayOfWeek.js" ] }, "offline_enabled": true, "options_page": "options.html" } |