Any Reminder

A Reminder and Tracking Extension which shows desktop notifications.

Any Reminderとは何ですか?

Any ReminderはManav Shrivastavaによって開発されたChromeの拡張機能で、その主な機能は「A Reminder and Tracking Extension which shows desktop notifications.」です。

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

screenshot

Any Reminder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Now never forget anything with the help of Any Reminder. Manage your day with Task reminders, add future time reminders for yourself, Any Reminder sets this for you.

Features:
✓ Set a Reminder with just a few clicks.

✓ Set a Reminder for yourself with just a few clicks like a scrum meeting, picking your son from school and many more.

✓ Add Private Reminder like maybe a Music concert near your place.

✓ Easy and friendly UI

✓ Remind for anything
Add Birthday Reminder, ToDo / Task Reminder, Anniversary Reminder, Bills Reminder, Repeat Water Reminder or any other type of reminder with just a few clicks.                    

拡張機能の基本情報

名前 Any Reminder Any Reminder
ID nhfcfemdcjlichbjbhlpkiakeeffodom
公式URL https://chrome.google.com/webstore/detail/any-reminder/nhfcfemdcjlichbjbhlpkiakeeffodom
説明 A Reminder and Tracking Extension which shows desktop notifications.
ファイルサイズ 1.57 MB
インストール数 151
現在のバージョン 1.0
最終更新日 2019-09-20
公開日 2019-09-20
評価 1.00/5 合計 1 レビュー
開発者 Manav Shrivastava
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Reminder",
    "short_name": "AnyReminder",
    "version": "1.0",
    "author": "Manav Shrivastava",
    "homepage_url": "https:\/\/github.com\/manavshrivastavagit\/AnyReminder-ChromeExtension.git",
    "description": "A Reminder and Tracking Extension which shows desktop notifications.",
    "icons": {
        "32": "icon.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "notification_options.html",
    "background": {
        "scripts": [
            "notification_background.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}