TabReadReminder
Reminds you to read open articles by recommending them once a day on your new tab.
Cos'è TabReadReminder?
TabReadReminder è un'estensione di Chrome sviluppata da Perilla Labs, Inc, e la sua funzione principale è "Reminds you to read open articles by recommending them once a day on your new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabReadReminder
Scarica i file di estensione TabReadReminder 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
Have you ever had hundreds of unread open tabs? We help you actually read them. Use TabReadReminder to: • Get reminded to read articles chosen from your open tabs daily. • Mark articles as read or not read to keep track.
Informazioni di Base sull'Estensione
Nome | |
ID | feabkmfhdlhckilaibcpcdbighdfajho |
URL Ufficiale | https://chromewebstore.google.com/detail/tabreadreminder/feabkmfhdlhckilaibcpcdbighdfajho |
Descrizione | Reminds you to read open articles by recommending them once a day on your new tab. |
Dimensione del File | 669 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2023-01-23 |
Data di Pubblicazione | 2022-12-13 |
Sviluppatore | Perilla Labs, Inc |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://dmitryd.notion.site/ShareAuth-Privacy-Policy-66e7763baaf845cbaa8250e59e53710c |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Reminds you to read open articles by recommending them once a day on your new tab.", "version": "0.1.2", "manifest_version": 3, "name": "TabReadReminder", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "book_extension34.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "book_extension128.png" }, "permissions": [ "tabs", "storage", "alarms", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |