Pesto aioli
An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles
O que é Pesto aioli?
Pesto aioli é uma extensão do Chrome desenvolvida por pink nautilus, e sua principal característica é "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pesto aioli
Baixe arquivos de extensão Pesto aioli 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
Designed for students with ADHD or your standard procrastinator, this extension will catch you when you open a new tab to navigate away from your current project and remind you of what you have to do. There is also an aesthetic interactive particle background that enables users to play around and kill some time while they ponder their responsibilities. To customize links, press the "[+]" at the bottom of the screen. "website" will redirect to github repo
Informações Básicas da Extensão
Nome | |
ID | baalpccnhigkkjhdaacgbkfopdcpbemp |
URL Oficial | https://chrome.google.com/webstore/detail/baalpccnhigkkjhdaacgbkfopdcpbemp |
Descrição | An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles |
Tamanho do Arquivo | 623 KB |
Contagem de Instalações | 72 |
Versão Atual | 0.1.5 |
Última Atualização | 2019-11-14 |
Data de Publicação | 2019-11-14 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | pink nautilus |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/simonmahns/newtab |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pesto aioli", "description": "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles", "version": "0.1.5", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "100": "icon100.png", "128": "icon128.png" } }, "icons": { "16": "favicon.ico", "48": "favicon.ico", "128": "favicon.ico" }, "permissions": [ "storage" ] } |