URL Reminders

Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders

什么是URL Reminders?

URL Reminders是由Jack Steel开发的Chrome扩展程序,该扩展的主要功能是“Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders”。

扩展截图

screenshot
screenshot
screenshot

下载URL Reminders扩展crx文件

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

扩展使用说明

                        A Small and clean reminder extension for Chrome.

Up to 50 different reminders can be set with a title and message, each reminder can have intervals, from days to minutes. Reminders can also be set to only go off when a specified webpage is open in your browser; useful for only reminding you when you actually need it.

Please leave feedback or suggestions to help improve the extension.


Credit:
Browser Action Icon Created by Christopher Holm-Hansen from the Noun Project                    

扩展基本信息

名称 URL Reminders URL Reminders
ID ppflglpgpdonobcefbcnppopodlemmog
官方URL https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog
简介 Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
文件大小 1.97 MB
安装次数 64
当前版本 0.95
更新时间 2015-05-24
上架时间 2015-05-24
评分 3.80/5 共5次评分
开发者 Jack Steel
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "URL Reminders",
    "description": "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders",
    "version": "0.95",
    "author": "Jack Steel",
    "minimum_chrome_version": "40",
    "short_name": "Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/Alert.png"
    ],
    "permissions": [
        "activeTab",
        "alarms",
        "storage",
        "tabs",
        "notifications"
    ]
}