Refocus
Replace new tab with a productivity page containting to-do list,time and weather
Hvad er Refocus?
Refocus er en Chrome-udvidelse udviklet af yogesh.gupta38, og dens hovedfunktion er "Replace new tab with a productivity page containting to-do list,time and weather".
Udvidelsesskærmbilleder
Download Refocus-udvidelses-CRX-fil
Download Refocus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Refocus will help users who mindlessly browse the web and social media to focus on their day to day important tasks at hand.
Grundlæggende oplysninger om udvidelsen
Navn | Refocus |
ID | boiininpainhflnhoeobkbogmgganili |
Officiel URL | https://chromewebstore.google.com/detail/refocus/boiininpainhflnhoeobkbogmgganili |
Beskrivelse | Replace new tab with a productivity page containting to-do list,time and weather |
Filstørrelse | 233 KB |
Antal Installationer | 21 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2022-04-17 |
Udgivelsesdato | 2022-04-17 |
Udvikler | yogesh.gupta38 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |