Week

Show current week number in toolbar.

Cos'è Week?

Week è un'estensione di Chrome sviluppata da Lavve, e la sua funzione principale è "Show current week number in toolbar.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Week

Scarica i file di estensione Week 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 quickest way to find out what the current week number it is.

2.4.1
- Icons optimizations

2.4.0
- Preparation for localizations (https://bugs.chromium.org/p/chromium/issues/detail?id=1268098)
- New landing page when clicking the icon

2.3.0
- Update to manifest v3

2.2
- Flat design

2.1.1
- Updates week number more frequent
- Icon added on Chrome extension page in Google Chrome                    

Informazioni di Base sull'Estensione

Nome Week Week
ID ibbkfijlikhkenbcdlkackfjfbcakdon
URL Ufficiale https://chromewebstore.google.com/detail/week/ibbkfijlikhkenbcdlkackfjfbcakdon
Descrizione Show current week number in toolbar.
Dimensione del File 113 KB
Conteggio Installazioni 659
Versione Corrente 2.4.1
Ultimo Aggiornamento 2022-04-12
Data di Pubblicazione 2016-02-18
Valutazione 4.35/5 Totale 17 Valutazioni
Sviluppatore Lavve
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Lavve/week/
URL della Pagina di Aiuto https://github.com/Lavve/week/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "author": "C-son",
    "short_name": "__MSG_extName__",
    "default_locale": "en",
    "version": "2.4.1",
    "description": "__MSG_description__",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOcf7MnDCjf+04KEeitpZyvqx+C7UeIX6PYcqHH6nRXHESR1lNfTsRVmxr9gBsnWMGVoq2T7KdJ3ogF8c1jAkLrtC0U\/z1zqWtDKnqvg9FOjTxiDjj4mkwvI1fpC3hepfiWQ1ftceYPNL5rEuz+g6QL7NC1B7ywtw+lzcnRlfnLQIDAQAB",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "offline_enabled": true,
    "action": {
        "default_icon": "weeks\/0.png",
        "default_title": "__MSG_extName__ 0"
    },
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}