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
公式URL 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"
    ]
}