Counter
A helpful, counting trio. Includes a tally counter, stopwatch, and timer.
Hvad er Counter?
Counter er en Chrome-udvidelse udviklet af https://www.countereverything.com, og dens hovedfunktion er "A helpful, counting trio. Includes a tally counter, stopwatch, and timer.".
Udvidelsesskærmbilleder
Download Counter-udvidelses-CRX-fil
Download Counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | imkmehkgdebfbiefhjdhcdcaamkhkjin |
| Officiel URL | https://chromewebstore.google.com/detail/counter/imkmehkgdebfbiefhjdhcdcaamkhkjin |
| Beskrivelse | A helpful, counting trio. Includes a tally counter, stopwatch, and timer. |
| Filstørrelse | 63.23 KB |
| Antal Installationer | 241 |
| Nuværende Version | 1.0.3.2 |
| Senest Opdateret | 2020-07-15 |
| Udgivelsesdato | 2020-06-11 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://www.countereverything.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.countereverything.com |
| Hjælpeside-URL | https://www.madebysnacks.com |
| Understøttede Sprog | 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"
}
} | |