Remind me!

Schedule recurring reminders.

Remind me!とは何ですか?

Remind me!はdragoonjによって開発されたChromeの拡張機能で、その主な機能は「Schedule recurring reminders.」です。

拡張機能のスクリーンショット

screenshot

Remind me!拡張機能のCRXファイルをダウンロード

Remind me!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Remind me! Remind me!
ID bnhmafacknfmbcjolljkemehpaobjkml
公式URL https://chromewebstore.google.com/detail/remind-me/bnhmafacknfmbcjolljkemehpaobjkml
説明 Schedule recurring reminders.
ファイルサイズ 138 KB
インストール数 28
現在のバージョン 0.1.3
最終更新日 2021-04-20
公開日 2018-10-29
開発者 dragoonj
Eメール [email protected]
支払い方法 free
対応言語 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
}