Stopwatch, Timer and Alarm

For your browser, a simple to use and lightweight timer, alarm, and stopwatch.

O que é Stopwatch, Timer and Alarm?

Stopwatch, Timer and Alarm é uma extensão do Chrome desenvolvida por landonnaselina, e sua principal característica é "For your browser, a simple to use and lightweight timer, alarm, and stopwatch.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Stopwatch, Timer and Alarm

Baixe arquivos de extensão Stopwatch, Timer and Alarm 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

                        An "Stopwatch, Timer and Alarm" add-on allows you to quickly create a timer, alarm, or change the stopwatch in your browser.

This add-on may be used in three different ways: as a toolbar button, in a new tab, or alone. Simply right-click on the toolbar button to pick your context. There are three tabs on the left side of the interface; please check each one to get more information. A button appears at the top of the interface to create a new timer or alarm. Select this button to modify timer settings or alarms. The start, reset, and lap buttons may be found on the stopwatch tab.                    

Informações Básicas da Extensão

Nome Stopwatch, Timer and Alarm Stopwatch, Timer and Alarm
ID ofneahchfiejimkagejlhkgfhkgjombf
URL Oficial https://chromewebstore.google.com/detail/stopwatch-timer-and-alarm/ofneahchfiejimkagejlhkgfhkgjombf
Descrição For your browser, a simple to use and lightweight timer, alarm, and stopwatch.
Tamanho do Arquivo 8.48 MB
Contagem de Instalações 1,621
Versão Atual 0.1
Última Atualização 2022-05-26
Data de Publicação 2022-05-26
Classificação 4.63/5 Total de 43 Avaliações
Desenvolvedor landonnaselina
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://worldaddons.com/stopwatch-timer-and-alarm/
URL da Página de Ajuda https://worldaddons.com/contact/
URL da Página de Política de Privacidade https://worldaddons.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Stopwatch, Timer and Alarm",
    "permissions": [
        "storage",
        "alarms",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/stopwatch-timer-and-alarm\/",
    "description": "For your browser, a simple to use and lightweight timer, alarm, and stopwatch.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Stopwatch, Timer and Alarm",
        "default_popup": "source\/popup\/popup.html",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}