Web Reminder
Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
Qu'est-ce que Web Reminder ?
Web Reminder est une extension Chrome développée par http://yarni.net, et sa fonction principale est "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Web Reminder
Téléchargez les fichiers d'extension Web 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
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.
Informations de Base sur l'Extension
Nom | |
ID | liibflmbnhcmcfmggbpgajocelbgehcf |
URL Officiel | https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf |
Description | Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time. |
Taille du Fichier | 1.08 MB |
Nombre d'Installations | 535 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2015-08-30 |
Date de Publication | 2015-08-30 |
Évaluation | 4.00/5 Total 12 Évaluations |
Développeur | http://yarni.net |
Type de Paiement | free |
Langues Prises en Charge | 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 } |