Stopclock
Adds a stopwatch and a clock to your browser!
Hvad er Stopclock?
Stopclock er en Chrome-udvidelse udviklet af Theo's Tech Tips, og dens hovedfunktion er "Adds a stopwatch and a clock to your browser!".
Udvidelsesskærmbilleder
Download Stopclock-udvidelses-CRX-fil
Download Stopclock-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
This extension adds the time and a stopwatch to your browser! Just click the extension icon and you have access to all these items!
Grundlæggende oplysninger om udvidelsen
Navn | Stopclock |
ID | nneanjednflmonpcmembdbhloghbbjhe |
Officiel URL | https://chromewebstore.google.com/detail/stopclock/nneanjednflmonpcmembdbhloghbbjhe |
Beskrivelse | Adds a stopwatch and a clock to your browser! |
Filstørrelse | 96.45 KB |
Antal Installationer | 31 |
Nuværende Version | 0.1 |
Senest Opdateret | 2020-11-26 |
Udgivelsesdato | 2020-11-25 |
Udvikler | Theo's Tech Tips |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stopclock", "description": "Adds a stopwatch and a clock to your browser!", "version": "0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |