Timer
This simple timer tells you when your time is up.
Co to jest Timer?
Timer to rozszerzenie Chrome opracowane przez Kuba Szulaczkowski, a jego główną funkcją jest „This simple timer tells you when your time is up.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Timer
Pobierz pliki rozszerzeń 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
Set it for up to 4 hours Pause or start the timer over Persistent desktop notification with looping sound Additional sounds are available as an in-app payment
Podstawowe informacje o rozszerzeniu
Nazwa | Timer |
ID | hepmlgghomccjinhcnkkikjpgkjibglj |
Oficjalny URL | https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj |
Opis | This simple timer tells you when your time is up. |
Rozmiar pliku | 522 KB |
Liczba instalacji | 164,548 |
Aktualna Wersja | 1.3.0.2 |
Ostatnia Aktualizacja | 2018-10-03 |
Data Publikacji | 2018-10-03 |
Ocena | 4.20/5 Łącznie 498 Oceny |
Deweloper | Kuba Szulaczkowski |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer", "version": "1.3.0.2", "manifest_version": 2, "description": "This simple timer tells you when your time is up.", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/clock.png", "default_popup": "popup.html" }, "minimum_chrome_version": "50", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "img\/48.png" ] } |