To-do Reminder

This extension allows to set reminders and open specified URL's at scheduled time

To-do Reminderとは何ですか?

To-do Reminderはgdhuperによって開発されたChromeの拡張機能で、その主な機能は「This extension allows to set reminders and open specified URL's at scheduled time 」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A simple to-do reminder extension for chrome to keep up with your busy schedule.  This extension is in beta phase at the moment, so feel free to leave any comments about any error or things you feel are missing.                    

拡張機能の基本情報

名前 To-do Reminder To-do Reminder
ID cofhppimpcmdpdealgaljnifllmiiplk
公式URL https://chrome.google.com/webstore/detail/to-do-reminder/cofhppimpcmdpdealgaljnifllmiiplk
説明 This extension allows to set reminders and open specified URL's at scheduled time
ファイルサイズ 1.53 MB
インストール数 10
現在のバージョン 1.2
最終更新日 2017-03-17
公開日 2017-03-17
開発者 gdhuper
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "To-do Reminder",
    "description": "This extension allows to set reminders and open specified URL's at scheduled time ",
    "version": "1.2",
    "browser_action": {
        "default_icon": "alarm.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}