Remind me!

Schedule recurring reminders.

Co to jest Remind me!?

Remind me! to rozszerzenie Chrome opracowane przez dragoonj, a jego główną funkcją jest „Schedule recurring reminders.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remind me!

Pobierz pliki rozszerzeń Remind me! 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

                        This extension lets you schedule a reminder to recur regularly, on certain days of the week, during certain hours, with an alert or notification, and a destination URL. I built it mainly to help me remember to log my hours at work.                    

Podstawowe informacje o rozszerzeniu

Nazwa Remind me! Remind me!
ID bnhmafacknfmbcjolljkemehpaobjkml
Oficjalny URL https://chromewebstore.google.com/detail/remind-me/bnhmafacknfmbcjolljkemehpaobjkml
Opis Schedule recurring reminders.
Rozmiar pliku 138 KB
Liczba instalacji 28
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2021-04-20
Data Publikacji 2018-10-29
Deweloper dragoonj
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remind me!",
    "description": "Schedule recurring reminders.",
    "version": "0.1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Configure Reminders",
        "default_popup": "ui.html"
    },
    "icons": {
        "16": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-16.png",
        "32": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-32.png",
        "48": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-48.png",
        "128": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "manifest_version": 2
}