MiCounter
A simple counter to keep track of what matters in your life
Cos'è MiCounter?
MiCounter è un'estensione di Chrome sviluppata da kevinslin8, e la sua funzione principale è "A simple counter to keep track of what matters in your life".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MiCounter
Scarica i file di estensione MiCounter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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] Informazioni di Base sull'Estensione
| Nome | |
| ID | idcnhbaefagbglkinhliaelonppplneh |
| URL Ufficiale | https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh |
| Descrizione | A simple counter to keep track of what matters in your life |
| Dimensione del File | 288 KB |
| Conteggio Installazioni | 6,200 |
| Versione Corrente | 2.1.4.6 |
| Ultimo Aggiornamento | 2012-12-23 |
| Data di Pubblicazione | 2012-12-22 |
| Valutazione | 4.79/5 Totale 19 Valutazioni |
| Sviluppatore | kevinslin8 |
| Tipo di Pagamento | free |
| Lingue Supportate | 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 :)"
}
} | |