Site Reminder

Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."

¿Qué es Site Reminder?

Site Reminder es una extensión de Chrome desarrollada por Boutell.Com, Inc., y su función principal es "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Site Reminder

Descarga archivos de extensión Site Reminder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Site Reminder Site Reminder
ID fldphedalmbldmnahnoijjlkdhgmkgan
URL Oficial https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan
Descripción Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
Tamaño del Archivo 12.49 KB
Cantidad de Instalaciones 478
Versión Actual 1.0.3
Última Actualización 2013-09-30
Fecha de Publicación 2013-09-29
Calificación 4.43/5 Total de 21 Calificaciones
Desarrollador Boutell.Com, Inc.
Tipo de Pago free
Idiomas Soportados 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"
    ]
}