Site Reminder

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

Vad är Site Reminder?

Site Reminder är en Chrome-tillägg utvecklad av Boutell.Com, Inc., och dess huvudfunktion är "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".

Tilläggsskärmbilder

screenshot

Ladda ner Site Reminder-förlängningens CRX-fil

Ladda ner Site Reminder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Site Reminder Site Reminder
ID fldphedalmbldmnahnoijjlkdhgmkgan
Officiell webbadress https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan
Beskrivning Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
Filstorlek 12.49 KB
Antal Installationer 478
Aktuell Version 1.0.3
Senast Uppdaterad 2013-09-30
Publiceringsdatum 2013-09-29
Betyg 4.43/5 Totalt 21 Betyg
Utvecklare Boutell.Com, Inc.
Betalningssätt free
Stödda Språk 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"
    ]
}