Dual Timer

A dual timer for time-boxing.

Co to jest Dual Timer?

Dual Timer to rozszerzenie Chrome opracowane przez log1, a jego główną funkcją jest „A dual timer for time-boxing.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dual Timer

Pobierz pliki rozszerzeń Dual Timer 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

                        A dual timer designed for productivity. Both timers are independent, and when timer ends the other begins. When a timer has finished, a small sound is played, and when all rounds are complete a small tune is played. Perfect for study or work. Improve focus and productivity by this timer.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dual Timer Dual Timer
ID lkoinkcniagamfneakdjgbngnkooigdh
Oficjalny URL https://chromewebstore.google.com/detail/dual-timer/lkoinkcniagamfneakdjgbngnkooigdh
Opis A dual timer for time-boxing.
Rozmiar pliku 268 KB
Liczba instalacji 39
Aktualna Wersja 0.2102
Ostatnia Aktualizacja 2021-07-31
Data Publikacji 2021-06-05
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper log1
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/LexingtonWhalen/ChromeIntervalTimer
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": ".\/images\/16x16.png",
        "32": ".\/images\/32x32.png",
        "48": ".\/images\/48x48.png",
        "128": ".\/images\/128x128.png"
    },
    "name": "Dual Timer",
    "description": "A dual timer for time-boxing.",
    "version": "0.2102",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "options_page": ".\/html\/options.html",
    "browser_action": {
        "default_popup": ".\/html\/popup.html",
        "default_icon": ".\/images\/128x128.png"
    }
}