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!

Qu'est-ce que Just a Day - the Day of Week ?

Just a Day - the Day of Week est une extension Chrome développée par Marc G, et sa fonction principale est "A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Just a Day - the Day of Week

Téléchargez les fichiers d'extension Just a Day - the Day of Week au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Just a Day - the Day of Week Just a Day - the Day of Week
ID nkbalpdjkhpfohgonjkagacjkcndhgic
URL Officiel https://chromewebstore.google.com/detail/just-a-day-the-day-of-wee/nkbalpdjkhpfohgonjkagacjkcndhgic
Description A simple date for the toolbar. This is JUST THE DAY OF THE WEEK. Pair with the JUST A CLOCK extensions!
Taille du Fichier 40.02 KB
Nombre d'Installations 1,028
Version Actuelle 0.51
Dernière Mise à Jour 2020-11-19
Date de Publication 2018-05-17
Évaluation 4.62/5 Total 13 Évaluations
Développeur Marc G
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}