Web Reminder
Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
Cos'è Web Reminder?
Web Reminder è un'estensione di Chrome sviluppata da http://yarni.net, e la sua funzione principale è "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Reminder
Scarica i file di estensione Web Reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | liibflmbnhcmcfmggbpgajocelbgehcf |
URL Ufficiale | https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf |
Descrizione | Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time. |
Dimensione del File | 1.08 MB |
Conteggio Installazioni | 535 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2015-08-30 |
Data di Pubblicazione | 2015-08-30 |
Valutazione | 4.00/5 Totale 12 Valutazioni |
Sviluppatore | http://yarni.net |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |