Quick Reminders
Quick Reminders
Co to jest Quick Reminders?
Quick Reminders to rozszerzenie Chrome opracowane przez Sol H, a jego główną funkcją jest „Quick Reminders”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quick Reminders
Pobierz pliki rozszerzeń Quick Reminders 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
Use Quick Reminders to quickly create a reminder to pop up in your browser after a specified time. Our beautiful and easy-to-use interface allows you to easily add a task (e.g. Follow up with Bill) and select when we should remind you about it. Choose from preset time slots (5 minutes, 15 minutes, 1 hour, etc) or select a custom time/date and we will remind you to follow up on your tasks.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jpedaefjgnljfpapghlhplhjpnoamfkd |
Oficjalny URL | https://chrome.google.com/webstore/detail/quick-reminders/jpedaefjgnljfpapghlhplhjpnoamfkd |
Opis | Quick Reminders |
Rozmiar pliku | 596 KB |
Liczba instalacji | 687 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-02-01 |
Data Publikacji | 2016-02-01 |
Ocena | 4.20/5 Łącznie 10 Oceny |
Deweloper | Sol H |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "32", "name": "Quick Reminders", "description": "Quick Reminders", "browser_action": { "default_icon": "icon.png", "default_popup": "newReminder.html", "default_title": "Quick Reminders" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "notifications" ], "web_accessible_resources": [ "icon.png" ] } |