pomo
customize your new tab page
O que é pomo?
pomo é uma extensão do Chrome desenvolvida por pianokaisen, e sua principal característica é "customize your new tab page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão pomo
Baixe arquivos de extensão pomo 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
Replace your tabs with a personal tab tailored to your liking. Every refresh is another chance for another picture. This page is flexible to many preferences, allowing you to get the most out of every new tab. ✨ Features ✨ 🌄 Collection of natural landscapes 🌄 Easy access customization bar on left when you move your mouse left 🌄 Customize brightness, saturation, contrast, and blur of backgrounds 💻 Widgets you can put on dashboard: Clock, search bar, to-do list 💻 Toggle widgets on and off on left-hand bar 💻 Freely drag widgets across screen 💻 Click clock to convert to 24-hour/12-hour clocks 💻 Right click to-do list to cross out items 💻 Click right hand side of search bar to switch between Google, Duckduckgo, Bing, and Yahoo ✅ Move mouse to right side of screen to access widgets (avatars, weather) ✅ Toggle widgets on and off All pictures taken from Unsplash.
Informações Básicas da Extensão
Nome | pomo |
ID | pnllkmdekggieikeedipehpeoijllhbi |
URL Oficial | https://chromewebstore.google.com/detail/pomo/pnllkmdekggieikeedipehpeoijllhbi |
Descrição | customize your new tab page |
Tamanho do Arquivo | 3.18 MB |
Contagem de Instalações | 23 |
Versão Atual | 0.0.3 |
Última Atualização | 2022-06-14 |
Data de Publicação | 2022-05-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | pianokaisen |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://emilyxietty.github.io/chromeprivacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "pomo", "version": "0.0.3", "short_name": "pomo", "options_page": "options.html", "description": "customize your new tab page", "permissions": [ "storage", "bookmarks", "geolocation" ], "icons": { "48": "icons\/heen48.png", "128": "icons\/heen128.png" }, "action": { "default_title": "pomo", "default_popup": "options.html" }, "chrome_url_overrides": { "newtab": "index.html" } } |