Timer: the Simple Timer
A simple,minimalist 25 minutes timer.
Co to jest Timer: the Simple Timer?
Timer: the Simple Timer to rozszerzenie Chrome opracowane przez valya.situation, a jego główną funkcją jest „A simple,minimalist 25 minutes timer.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Timer: the Simple Timer
Pobierz pliki rozszerzeń Timer: the Simple 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
One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pbncilcogkcfjdfbdaikpofojdcfgplo |
Oficjalny URL | https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo |
Opis | A simple,minimalist 25 minutes timer. |
Rozmiar pliku | 100 KB |
Liczba instalacji | 53 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2019-08-03 |
Data Publikacji | 2019-08-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | valya.situation |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "Timer.png", "default_title": "Timer" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "Timer_128.png", "16": "Timer_16.png" }, "manifest_version": 2, "name": "__MSG_extName__", "offline_enabled": true, "omnibox": { "keyword": "Timer" }, "options_ui": { "chrome_style": true, "open_in_tab": false, "page": "options.html" }, "permissions": [ "notifications", "storage" ], "short_name": "Timer", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8" } |