Site Reminder
Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
Wat is Site Reminder?
Site Reminder is een Chrome-extensie ontwikkeld door Boutell.Com, Inc., en de belangrijkste functie is "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".
Extensie Screenshots
Download het CRX-bestand van de extensie Site Reminder
Download Site Reminder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Site Reminder |
ID | fldphedalmbldmnahnoijjlkdhgmkgan |
Officiële URL | https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan |
Beschrijving | Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account." |
Bestandsgrootte | 12.49 KB |
Aantal Installaties | 478 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2013-09-30 |
Publicatiedatum | 2013-09-29 |
Beoordeling | 4.43/5 Totaal 21 Beoordelingen |
Ontwikkelaar | Boutell.Com, Inc. |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |