Site Reminder
Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
What is Site Reminder?
Site Reminder is a Chrome extension developed by Boutell.Com, Inc., and its main feature is "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".
Extension Screenshots
Download Site Reminder Extension CRX File
Download Site Reminder 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
Ever have trouble remembering not to tweet personal stuff from the company account? I do that all the time. It's an easy problem to solve. Just click Site Reminder to set up personal reminders for websites and individual pages.
Extension Basic Information
Name | Site Reminder |
ID | fldphedalmbldmnahnoijjlkdhgmkgan |
Official URL | https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan |
Description | Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account." |
File Size | 12.49 KB |
Installation Count | 478 |
Current Version | 1.0.3 |
Last Updated | 2013-09-30 |
Publish Date | 2013-09-29 |
Rating | 4.43/5 Total 21 Ratings |
Developer | Boutell.Com, Inc. |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Reminder", "version": "1.0.3", "manifest_version": 2, "description": "Add custom reminders at the top of any page or site, like \"don't forget this is the company's Twitter account.\"", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "icons": [ "icon.png", "large-icon.png" ], "default_popup": "backendController.html" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "warning.html" ] } |