Site Reminder

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

Cos'è Site Reminder?

Site Reminder è un'estensione di Chrome sviluppata da Boutell.Com, Inc., e la sua funzione principale è "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Site Reminder

Scarica i file di estensione Site Reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Site Reminder Site Reminder
ID fldphedalmbldmnahnoijjlkdhgmkgan
URL Ufficiale https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan
Descrizione Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
Dimensione del File 12.49 KB
Conteggio Installazioni 478
Versione Corrente 1.0.3
Ultimo Aggiornamento 2013-09-30
Data di Pubblicazione 2013-09-29
Valutazione 4.43/5 Totale 21 Valutazioni
Sviluppatore Boutell.Com, Inc.
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}