Spatio Stopwatch & Timer Extension
Spatio Chrome Extension
Hvad er Spatio Stopwatch & Timer Extension?
Spatio Stopwatch & Timer Extension er en Chrome-udvidelse udviklet af Vinicius Araujo, og dens hovedfunktion er "Spatio Chrome Extension".
Udvidelsesskærmbilleder
Download Spatio Stopwatch & Timer Extension-udvidelses-CRX-fil
Download Spatio Stopwatch & Timer Extension-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
Introducing: Spatio Chrome Extension – Your Dual Time Tracker! ⏱️
Unleash the power of precise timing right in your browser! Whether you’re counting up the moments with a stopwatch or counting down to the next big event with a timer, Spatio has got you covered.
🌟 Dazzling Dual Features:
🕒 Stopwatch: Capture moments with seconds accuracy. Record laps or measure intervals effortlessly.
⏲️ Timer: Set it, and forget it! You can set your timer and do the work!
🎨 Intuitive Interface: Juggle between stopwatch and timer modes with just a single click.
Time is a luxury; don't let it slip away. Download your Chrome experience and never lose track of time again with Spatio. Perfect for multitaskers, productivity enthusiasts, and everyone in between.
Spatio - Easy and Free Productivity 🚀 Install now! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mompiecabddeaogfabickfokcianmckn |
| Officiel URL | https://chromewebstore.google.com/detail/spatio-stopwatch-timer-ex/mompiecabddeaogfabickfokcianmckn |
| Beskrivelse | Spatio Chrome Extension |
| Filstørrelse | 402 KB |
| Antal Installationer | 12,257 |
| Nuværende Version | 1.2.0 |
| Senest Opdateret | 2023-08-15 |
| Udgivelsesdato | 2019-08-19 |
| Bedømmelse | 3.79/5 Samlet 14 Bedømmelser |
| Udvikler | Vinicius Araujo |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Spatio Stopwatch & Timer Extension",
"description": "Spatio Chrome Extension",
"version": "1.2.0",
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/icon-16.png"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png"
},
"permissions": [
"storage"
]
} | |