Stopclock

Adds a stopwatch and a clock to your browser!

Vad är Stopclock?

Stopclock är en Chrome-tillägg utvecklad av Theo's Tech Tips, och dess huvudfunktion är "Adds a stopwatch and a clock to your browser!".

Tilläggsskärmbilder

screenshot

Ladda ner Stopclock-förlängningens CRX-fil

Ladda ner Stopclock-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

                        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äggande Information om Tillägg

Namn Stopclock Stopclock
ID nneanjednflmonpcmembdbhloghbbjhe
Officiell webbadress https://chromewebstore.google.com/detail/stopclock/nneanjednflmonpcmembdbhloghbbjhe
Beskrivning Adds a stopwatch and a clock to your browser!
Filstorlek 96.45 KB
Antal Installationer 31
Aktuell Version 0.1
Senast Uppdaterad 2020-11-26
Publiceringsdatum 2020-11-25
Utvecklare Theo's Tech Tips
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}