Stopwatch

This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.

O que é Stopwatch?

Stopwatch é uma extensão do Chrome desenvolvida por codeware development, e sua principal característica é "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Stopwatch

Baixe arquivos de extensão 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

                        This stopwatch gives you the ability to count your time without leaving your active tab or window.

It has build in persistence wich will still count even if you have to restart the browser or even your computer.                    

Informações Básicas da Extensão

Nome Stopwatch Stopwatch
ID gajcbmkmmcacnlpaffppednahicmomfn
URL Oficial https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn
Descrição This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Tamanho do Arquivo 72.87 KB
Contagem de Instalações 1,213
Versão Atual 1.0.0.1
Última Atualização 2018-02-10
Data de Publicação 2018-02-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor codeware development
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stopwatch",
    "description": "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.",
    "version": "1.0.0.1",
    "browser_action": {
        "default_icon": "watch.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}