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\/"
    ]
}