20 Minute Timer
20 Minute Timer is an alarm that fires after twenty minutes.
Co to jest 20 Minute Timer?
20 Minute Timer to rozszerzenie Chrome opracowane przez DMBFullstack, a jego główną funkcją jest „20 Minute Timer is an alarm that fires after twenty minutes.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 20 Minute Timer
Pobierz pliki rozszerzeń 20 Minute 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
This is a 20 minute timer. It has a dual-purpose start/stop button and a reset button. When the popup is open the remaining time is visible and updated every second. A badge on the plugin's icon is visible when the timer is running and when the timer has finished. A zen bell sounds and a notification is generated when the timer elapses.
Podstawowe informacje o rozszerzeniu
Nazwa | 20 Minute Timer |
ID | mjpefkiaapcahdnkgccllcplgafdjifj |
Oficjalny URL | https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj |
Opis | 20 Minute Timer is an alarm that fires after twenty minutes. |
Rozmiar pliku | 959 KB |
Liczba instalacji | 405 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-04-09 |
Data Publikacji | 2016-04-09 |
Ocena | 4.86/5 Łącznie 7 Oceny |
Deweloper | DMBFullstack |
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": "20 Minute Timer", "short_name": "20 Minute Timer", "description": "20 Minute Timer is an alarm that fires after twenty minutes.", "version": "1.0.1", "author": "DMBFullstack", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "20 Minute Timer" }, "permissions": [ "notifications", "alarms", "storage" ], "web_accessible_resources": [ "icon.png" ], "background": { "page": "eventPage.html", "persistent": false }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" } } |