Site Reminder

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

Co je Site Reminder?

Site Reminder je rozšíření Chrome vyvinuté Boutell.Com, Inc., a jeho hlavní funkcí je „Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Site Reminder

Stáhněte si soubory rozšíření Site Reminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Site Reminder Site Reminder
ID fldphedalmbldmnahnoijjlkdhgmkgan
Oficiální URL https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan
Popis Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
Velikost souboru 12.49 KB
Počet instalací 478
Aktuální Verze 1.0.3
Poslední Aktualizace 2013-09-30
Datum Vydání 2013-09-29
Hodnocení 4.43/5 Celkem 21 Hodnocení
Vývojář Boutell.Com, Inc.
Typ Platby free
Podporované Jazyky 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"
    ]
}