Stopwatch

This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.

Co to jest Stopwatch?

Stopwatch to rozszerzenie Chrome opracowane przez codeware development, a jego główną funkcją jest „This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Stopwatch

Pobierz pliki rozszerzeń Stopwatch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This stopwatch gives you the ability to count your time without leaving your active tab or window.

It has build in persistence wich will still count even if you have to restart the browser or even your computer.                    

Podstawowe informacje o rozszerzeniu

Nazwa Stopwatch Stopwatch
ID gajcbmkmmcacnlpaffppednahicmomfn
Oficjalny URL https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn
Opis This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Rozmiar pliku 72.87 KB
Liczba instalacji 1,213
Aktualna Wersja 1.0.0.1
Ostatnia Aktualizacja 2018-02-10
Data Publikacji 2018-02-10
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper codeware development
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stopwatch",
    "description": "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.",
    "version": "1.0.0.1",
    "browser_action": {
        "default_icon": "watch.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}