Reminds - your desktop reminder

Create one-time or recurring reminders and never forget anything.

什麼是Reminds - your desktop reminder?

Reminds - your desktop reminder是由Gram開發的Chrome擴展程式,該擴展的主要功能是“Create one-time or recurring reminders and never forget anything.”。

擴展截圖

screenshot
screenshot

下載Reminds - your desktop reminder擴展crx文件

下載Reminds - your desktop reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Reminds - your desktop reminder Reminds - your desktop reminder
ID jkodggbjknnjbiadigiggaajehflpnap
官方網址 https://chromewebstore.google.com/detail/reminds-your-desktop-remi/jkodggbjknnjbiadigiggaajehflpnap
簡介 Create one-time or recurring reminders and never forget anything.
檔案大小 479 KB
安裝次數 407
目前版本 0.0.1
更新時間 2018-11-20
上架時間 2018-11-20
評分 3.50/5 共 2 次評分
開發者 Gram
付費類型 free
支援的語言 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"
    ]
}