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
官方網址 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
電子郵箱 [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"
    ]
}