Refocus
Replace new tab with a productivity page containting to-do list,time and weather
O que é Refocus?
Refocus é uma extensão do Chrome desenvolvida por yogesh.gupta38, e sua principal característica é "Replace new tab with a productivity page containting to-do list,time and weather".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Refocus
Baixe arquivos de extensão Refocus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Refocus will help users who mindlessly browse the web and social media to focus on their day to day important tasks at hand.
Informações Básicas da Extensão
Nome | Refocus |
ID | boiininpainhflnhoeobkbogmgganili |
URL Oficial | https://chromewebstore.google.com/detail/refocus/boiininpainhflnhoeobkbogmgganili |
Descrição | Replace new tab with a productivity page containting to-do list,time and weather |
Tamanho do Arquivo | 233 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-04-17 |
Data de Publicação | 2022-04-17 |
Desenvolvedor | yogesh.gupta38 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |