Quick Reminders

Quick Reminders

什么是Quick Reminders?

Quick Reminders是由Sol H开发的Chrome扩展程序,该扩展的主要功能是“Quick Reminders”。

扩展截图

screenshot

下载Quick Reminders扩展crx文件

下载Quick Reminders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use Quick Reminders to quickly create a reminder to pop up in your browser after a specified time. 

Our beautiful and easy-to-use interface allows you to easily add a task (e.g. Follow up with Bill) and select when we should remind you about it. Choose from preset time slots (5 minutes, 15 minutes, 1 hour, etc) or select a custom time/date and we will remind you to follow up on your tasks.                    

扩展基本信息

名称 Quick Reminders Quick Reminders
ID jpedaefjgnljfpapghlhplhjpnoamfkd
官方URL https://chrome.google.com/webstore/detail/quick-reminders/jpedaefjgnljfpapghlhplhjpnoamfkd
简介 Quick Reminders
文件大小 596 KB
安装次数 687
当前版本 1.0
更新时间 2016-02-01
上架时间 2016-02-01
评分 4.20/5 共10次评分
开发者 Sol H
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "Quick Reminders",
    "description": "Quick Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "newReminder.html",
        "default_title": "Quick Reminders"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}