Refocus
Replace new tab with a productivity page containting to-do list,time and weather
Cos'è Refocus?
Refocus è un'estensione di Chrome sviluppata da yogesh.gupta38, e la sua funzione principale è "Replace new tab with a productivity page containting to-do list,time and weather".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Refocus
Scarica i file di estensione Refocus 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
Refocus will help users who mindlessly browse the web and social media to focus on their day to day important tasks at hand.
Informazioni di Base sull'Estensione
Nome | Refocus |
ID | boiininpainhflnhoeobkbogmgganili |
URL Ufficiale | https://chromewebstore.google.com/detail/refocus/boiininpainhflnhoeobkbogmgganili |
Descrizione | Replace new tab with a productivity page containting to-do list,time and weather |
Dimensione del File | 233 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-04-17 |
Data di Pubblicazione | 2022-04-17 |
Sviluppatore | yogesh.gupta38 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Refocus", "author": "Yogesh Gupta", "version": "1.0.1", "description": "Replace new tab with a productivity page containting to-do list,time and weather", "icons": { "16": "refocus16.ico", "48": "refocus32.ico", "128": "refocus48.ico" }, "chrome_url_overrides": { "newtab": "index.html" } } |