Site Reminder
Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
Was ist Site Reminder?
Site Reminder ist eine Chrome-Erweiterung, die von Boutell.Com, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".
Erweiterungsscreenshots
Site Reminder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Site Reminder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Site Reminder |
ID | fldphedalmbldmnahnoijjlkdhgmkgan |
Offizielle URL | https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan |
Beschreibung | Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account." |
Dateigröße | 12.49 KB |
Installationsanzahl | 478 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2013-09-30 |
Veröffentlichungsdatum | 2013-09-29 |
Bewertung | 4.43/5 Insgesamt 21 Bewertungen |
Entwickler | Boutell.Com, Inc. |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |