Timer, Alarm & Stopwatch

An easy-to-use and lite timer, alarm, and stopwatch for your browser.

O que é Timer, Alarm & Stopwatch?

Timer, Alarm & Stopwatch é uma extensão do Chrome desenvolvida por leocompson, e sua principal característica é "An easy-to-use and lite timer, alarm, and stopwatch for your browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Timer, Alarm & Stopwatch is an extension that lets you easily set a timer, alarm, or adjust stopwatch in your browser. 

The interface for this addon can be opened in toolbar popup, a new tab, or a stand-alone window. Simply right-click on the toolbar button to choose the desired context. When you open the UI, there are three tabs on the left side, please click on each tab to see the details. At the top, there is a button to add a new timer or alarm. Click on this button to adjust the timer or alarm settings. For the stopwatch tab, there are the start, reset, and lap buttons.

If you have a feature request or found a bug to report, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/timer.html).                    

Informações Básicas da Extensão

Nome Timer, Alarm & Stopwatch Timer, Alarm & Stopwatch
ID pbnhgpbneanmjlcnkmifdkpbkjaoebpb
URL Oficial https://chromewebstore.google.com/detail/timer-alarm-stopwatch/pbnhgpbneanmjlcnkmifdkpbkjaoebpb
Descrição An easy-to-use and lite timer, alarm, and stopwatch for your browser.
Tamanho do Arquivo 8.46 MB
Contagem de Instalações 9,611
Versão Atual 0.1.5
Última Atualização 2024-01-08
Data de Publicação 2020-06-02
Classificação 2.93/5 Total de 14 Avaliações
Desenvolvedor leocompson
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mybrowseraddon.com/timer.html
URL da Página de Ajuda https://mybrowseraddon.com/timer.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Timer, Alarm & Stopwatch",
    "homepage_url": "https:\/\/mybrowseraddon.com\/timer.html",
    "description": "An easy-to-use and lite timer, alarm, and stopwatch for your browser.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Timer, Alarm & Stopwatch",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}