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'est-ce que Site Reminder ?

Site Reminder est une extension Chrome développée par Boutell.Com, Inc., et sa fonction principale est "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Site Reminder

Téléchargez les fichiers d'extension Site Reminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Site Reminder Site Reminder
ID fldphedalmbldmnahnoijjlkdhgmkgan
URL Officiel 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."
Taille du Fichier 12.49 KB
Nombre d'Installations 478
Version Actuelle 1.0.3
Dernière Mise à Jour 2013-09-30
Date de Publication 2013-09-29
Évaluation 4.43/5 Total 21 Évaluations
Développeur Boutell.Com, Inc.
Type de Paiement free
Langues Prises en Charge 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"
    ]
}