Web Reminder

Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.

Was ist Web Reminder?

Web Reminder ist eine Chrome-Erweiterung, die von http://yarni.net entwickelt wurde, und ihr Hauptmerkmal ist "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Web Reminder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web Reminder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Website Reminder helps you to remember to visit the current or recent bookmarked website later or at a certain time. You can define a time period or a specific time, when you want to be remind to visit the web page.

Idea from http://requestforstartup.co/ by @MohammadRizeg  Please send me feedback, bug reports and feature requests. 

Use cases:

- Blogs, which update periodically
- Shopping sites with offers, like Ebay, Amazom co
- Job listings
- etc

Bookmarks are not enough, remember to visit the page! 

Note: You time must be synchronized automatically, otherwise the alarms will not work properly.                    

Grundlegende Informationen zur Erweiterung

Name Web Reminder Web Reminder
ID liibflmbnhcmcfmggbpgajocelbgehcf
Offizielle URL https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf
Beschreibung Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
Dateigröße 1.08 MB
Installationsanzahl 535
Aktuelle Version 1.1.2
Letztes Update 2015-08-30
Veröffentlichungsdatum 2015-08-30
Bewertung 4.00/5 Insgesamt 12 Bewertungen
Entwickler http://yarni.net
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Reminder",
    "version": "1.1.2",
    "description": "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.",
    "browser_action": {
        "default_icon": "img\/icon64t.png",
        "default_title": "Reminder Tab",
        "default_popup": "panel.html"
    },
    "icons": {
        "128": "img\/icon128n.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "notifications",
        "bookmarks",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "vendor\/jquery\/dist\/jquery.min.js",
            "js\/back.js"
        ]
    },
    "manifest_version": 2
}