Week number

Shows current week number

O que é Week number?

Week number é uma extensão do Chrome desenvolvida por Muscobytes, e sua principal característica é "Shows current week number".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Week number

Baixe arquivos de extensão Week number no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Week number Week number
ID ckhfdghjhdofhjbahifpmdkafmhgfbjj
URL Oficial https://chromewebstore.google.com/detail/week-number/ckhfdghjhdofhjbahifpmdkafmhgfbjj
Descrição Shows current week number
Tamanho do Arquivo 7.32 KB
Contagem de Instalações 334
Versão Atual 1.0.2
Última Atualização 2023-08-19
Data de Publicação 2023-02-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Muscobytes
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://muscobytes.com/privacy
Idiomas Suportados 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"
    }
}