Week number

Shows current week number

Cos'è Week number?

Week number è un'estensione di Chrome sviluppata da Muscobytes, e la sua funzione principale è "Shows current week number".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Week number

Scarica i file di estensione Week number in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The "Week Number" Chrome extension displays the current week number in the browser's extension icon, making it easy for users to quickly reference the current week.

Once installed, the extension will automatically update the week number in real-time, so you never have to worry about it being out of date. The week number is displayed in the extension icon, which can be found in the top right corner of the Chrome browser.

The "Week Number" extension is a lightweight and easy-to-use tool that can be helpful for anyone who wants to stay on top of their schedule and keep track of the current week. Whether you're a student, a professional, or just someone who likes to stay organized, this extension can help you stay on top of your game.

Week icons created by Flat Icons - Flaticon.                    

Informazioni di Base sull'Estensione

Nome Week number Week number
ID ckhfdghjhdofhjbahifpmdkafmhgfbjj
URL Ufficiale https://chromewebstore.google.com/detail/week-number/ckhfdghjhdofhjbahifpmdkafmhgfbjj
Descrizione Shows current week number
Dimensione del File 7.32 KB
Conteggio Installazioni 334
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-08-19
Data di Pubblicazione 2023-02-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Muscobytes
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://muscobytes.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Week number",
    "description": "Shows current week number",
    "version": "1.0.2",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    }
}