Counter

A helpful, counting trio. Includes a tally counter, stopwatch, and timer.

O que é Counter?

Counter é uma extensão do Chrome desenvolvida por https://www.countereverything.com, e sua principal característica é "A helpful, counting trio. Includes a tally counter, stopwatch, and timer.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Counter

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

                        Click anywhere or use your spacebar or enter key to keep a tally count. Start, stop, and reset a stopwatch measuring a detailed time. Add your own time up to one hour to start a countdown timer.                    

Informações Básicas da Extensão

Nome Counter Counter
ID imkmehkgdebfbiefhjdhcdcaamkhkjin
URL Oficial https://chromewebstore.google.com/detail/counter/imkmehkgdebfbiefhjdhcdcaamkhkjin
Descrição A helpful, counting trio. Includes a tally counter, stopwatch, and timer.
Tamanho do Arquivo 63.23 KB
Contagem de Instalações 241
Versão Atual 1.0.3.2
Última Atualização 2020-07-15
Data de Publicação 2020-06-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.countereverything.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.countereverything.com
URL da Página de Ajuda https://www.madebysnacks.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Counter",
    "description": "A helpful, counting trio. Includes a tally counter, stopwatch, and timer.",
    "version": "1.0.3.2",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png",
        "16": "logo-16.png"
    },
    "browser_action": {
        "default_icon": "logo-128.png",
        "default_popup": "popup.html"
    }
}