MiCounter
A simple counter to keep track of what matters in your life
Wat is MiCounter?
MiCounter is een Chrome-extensie ontwikkeld door kevinslin8, en de belangrijkste functie is "A simple counter to keep track of what matters in your life".
Extensie Screenshots
Download het CRX-bestand van de extensie MiCounter
Download MiCounter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | MiCounter |
ID | idcnhbaefagbglkinhliaelonppplneh |
Officiële URL | https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh |
Beschrijving | A simple counter to keep track of what matters in your life |
Bestandsgrootte | 288 KB |
Aantal Installaties | 6,200 |
Huidige Versie | 2.1.4.6 |
Laatst Bijgewerkt | 2012-12-23 |
Publicatiedatum | 2012-12-22 |
Beoordeling | 4.79/5 Totaal 19 Beoordelingen |
Ontwikkelaar | kevinslin8 |
Betalingswijze | free |
Ondersteunde Talen | 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 :)" } } |