MiCounter
A simple counter to keep track of what matters in your life
O que é MiCounter?
MiCounter é uma extensão do Chrome desenvolvida por kevinslin8, e sua principal característica é "A simple counter to keep track of what matters in your life".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MiCounter
Baixe arquivos de extensão MiCounter 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 to increment the counter. Set value and direction in options page. *New in version 2.1.4.6* - ability to decrement the counter by double clicking Enable this feature in options :) Feedback? Constructive criticism, donations or glowing testimonials all appreciated at [email protected]
Informações Básicas da Extensão
Nome | MiCounter |
ID | idcnhbaefagbglkinhliaelonppplneh |
URL Oficial | https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh |
Descrição | A simple counter to keep track of what matters in your life |
Tamanho do Arquivo | 288 KB |
Contagem de Instalações | 6,200 |
Versão Atual | 2.1.4.6 |
Última Atualização | 2012-12-23 |
Data de Publicação | 2012-12-22 |
Classificação | 4.79/5 Total de 19 Avaliações |
Desenvolvedor | kevinslin8 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "MiCounter", "manifest_version": 2, "version": "2.1.4.6", "description": "A simple counter to keep track of what matters in your life", "background": { "scripts": [ "settings.js", "simpleutils.js", "eventPage.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "counter2128.png", "name": "Click me :)" } } |