Web Reminder
Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
Wat is Web Reminder?
Web Reminder is een Chrome-extensie ontwikkeld door http://yarni.net, en de belangrijkste functie is "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Reminder
Download Web Reminder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | liibflmbnhcmcfmggbpgajocelbgehcf |
Officiële URL | https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf |
Beschrijving | Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time. |
Bestandsgrootte | 1.08 MB |
Aantal Installaties | 535 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2015-08-30 |
Publicatiedatum | 2015-08-30 |
Beoordeling | 4.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | http://yarni.net |
Betalingswijze | free |
Ondersteunde Talen | 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 } |