MiCounter
A simple counter to keep track of what matters in your life
Vad är MiCounter?
MiCounter är en Chrome-tillägg utvecklad av kevinslin8, och dess huvudfunktion är "A simple counter to keep track of what matters in your life".
Tilläggsskärmbilder
Ladda ner MiCounter-förlängningens CRX-fil
Ladda ner MiCounter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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] Grundläggande Information om Tillägg
| Namn | |
| ID | idcnhbaefagbglkinhliaelonppplneh |
| Officiell webbadress | https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh |
| Beskrivning | A simple counter to keep track of what matters in your life |
| Filstorlek | 288 KB |
| Antal Installationer | 6,200 |
| Aktuell Version | 2.1.4.6 |
| Senast Uppdaterad | 2012-12-23 |
| Publiceringsdatum | 2012-12-22 |
| Betyg | 4.79/5 Totalt 19 Betyg |
| Utvecklare | kevinslin8 |
| Betalningssätt | free |
| Stödda Språk | 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 :)"
}
} | |