Reminder
Create simple reminders with this chrome extension. Input message and time and you are set.
Co to jest Reminder?
Reminder to rozszerzenie Chrome opracowane przez Andy Young, a jego główną funkcją jest „Create simple reminders with this chrome extension. Input message and time and you are set.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reminder
Pobierz pliki rozszerzeń Reminder 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
Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.
Podstawowe informacje o rozszerzeniu
Nazwa | Reminder |
ID | jllcblicpghgjfoldcphpiekbmoamflm |
Oficjalny URL | https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm |
Opis | Create simple reminders with this chrome extension. Input message and time and you are set. |
Rozmiar pliku | 94.52 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2018-03-10 |
Data Publikacji | 2018-03-09 |
Deweloper | Andy Young |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reminder", "description": "Create simple reminders with this chrome extension. Input message and time and you are set.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "notifications" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" } } |