Counter
A helpful, counting trio. Includes a tally counter, stopwatch, and timer.
Vad är Counter?
Counter är en Chrome-tillägg utvecklad av https://www.countereverything.com, och dess huvudfunktion är "A helpful, counting trio. Includes a tally counter, stopwatch, and timer.".
Tilläggsskärmbilder
Ladda ner Counter-förlängningens CRX-fil
Ladda ner Counter-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 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äggande Information om Tillägg
| Namn | |
| ID | imkmehkgdebfbiefhjdhcdcaamkhkjin |
| Officiell webbadress | https://chromewebstore.google.com/detail/counter/imkmehkgdebfbiefhjdhcdcaamkhkjin |
| Beskrivning | A helpful, counting trio. Includes a tally counter, stopwatch, and timer. |
| Filstorlek | 63.23 KB |
| Antal Installationer | 241 |
| Aktuell Version | 1.0.3.2 |
| Senast Uppdaterad | 2020-07-15 |
| Publiceringsdatum | 2020-06-11 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://www.countereverything.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.countereverything.com |
| Hjälpsida URL | https://www.madebysnacks.com |
| Stödda Språk | 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"
}
} | |