Timer
A chrome extension that allows you to set timer and alert
Co to jest Timer?
Timer to rozszerzenie Chrome opracowane przez Thu Nguyen, a jego główną funkcją jest „A chrome extension that allows you to set timer and alert”.
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
A basic timer with sound and notifications. Can set time up to hours as Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jeeccbgpjcoijhgboccheomodgnhaddi |
| Oficjalny URL | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
| Opis | A chrome extension that allows you to set timer and alert |
| Rozmiar pliku | 297 KB |
| Liczba instalacji | 422 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2016-11-11 |
| Data Publikacji | 2016-11-10 |
| Ocena | 4.25/5 Łącznie 4 Oceny |
| Deweloper | Thu Nguyen |
| [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": "Timer",
"version": "1.0.0",
"description": "A chrome extension that allows you to set timer and alert",
"author": "ThuNguyen",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html",
"default_title": "Set!"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"notifications"
]
} | |