URL Reminders
Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
What is URL Reminders?
URL Reminders is a Chrome extension developed by Jack Steel, and its main feature is "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders".
Extension Screenshots
Download URL Reminders Extension CRX File
Download URL Reminders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ppflglpgpdonobcefbcnppopodlemmog |
Official URL | https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog |
Description | Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders |
File Size | 1.97 MB |
Installation Count | 64 |
Current Version | 0.95 |
Last Updated | 2015-05-24 |
Publish Date | 2015-05-24 |
Rating | 3.80/5 Total 5 Ratings |
Developer | Jack Steel |
Payment Type | free |
Supported Languages | 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" ] } |