Reminds - your desktop reminder
Create one-time or recurring reminders and never forget anything.
Co to jest Reminds - your desktop reminder?
Reminds - your desktop reminder to rozszerzenie Chrome opracowane przez Gram, a jego główną funkcją jest „Create one-time or recurring reminders and never forget anything.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reminds - your desktop reminder
Pobierz pliki rozszerzeń Reminds - your desktop 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
Reminds - you can now manage your daily tasks & reminders with one single extension.
Have you ever forgotten important tasks while working/procrastinating on your computer?
If the answer is yes, you need Reminds in your Chrome browser!
• Reminds is an intuitive desktop reminder for everyday use and work.
• You can create one-off or weekly recurring reminders with ease.
• Install now and never forget anything!
p.s Reminds is regularly updated to ensure you have the best user experience Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jkodggbjknnjbiadigiggaajehflpnap |
| Oficjalny URL | https://chromewebstore.google.com/detail/reminds-your-desktop-remi/jkodggbjknnjbiadigiggaajehflpnap |
| Opis | Create one-time or recurring reminders and never forget anything. |
| Rozmiar pliku | 479 KB |
| Liczba instalacji | 407 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2018-11-20 |
| Data Publikacji | 2018-11-20 |
| Ocena | 3.50/5 Łącznie 2 Oceny |
| Deweloper | Gram |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "0.0.1",
"short_name": "__MSG_appShortName__",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"32": "images\/icon-32.png"
},
"default_title": "__MSG_browserActionTitle__",
"default_popup": "pages\/popup.html"
},
"web_accessible_resources": [
"pages\/**"
],
"permissions": [
"alarms",
"storage",
"notifications"
]
} | |