Alto: Life Progress Bar with Goals and Tasks
Alto Planner helps you keep track of what you want to accomplish with your life, without losing track of your life!
O que é Alto: Life Progress Bar with Goals and Tasks?
Alto: Life Progress Bar with Goals and Tasks é uma extensão do Chrome desenvolvida por http://altoplanner.com, e sua principal característica é "Alto Planner helps you keep track of what you want to accomplish with your life, without losing track of your life!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Alto: Life Progress Bar with Goals and Tasks
Baixe arquivos de extensão Alto: Life Progress Bar with Goals and Tasks 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
Alto Planner replaces your empty new tab with a personal dashboard that shows you progress bars for life, year, month, week and day. You can add goals and tasks to each one of them, and keep an eye on your big picture, while working on your daily tasks.
Informações Básicas da Extensão
Nome | |
ID | kaboheocifofdabghobpdjnnjmhhfkpa |
URL Oficial | https://chrome.google.com/webstore/detail/kaboheocifofdabghobpdjnnjmhhfkpa |
Descrição | Alto Planner helps you keep track of what you want to accomplish with your life, without losing track of your life! |
Tamanho do Arquivo | 13.77 KB |
Contagem de Instalações | 146 |
Versão Atual | 0.0.9 |
Última Atualização | 2019-05-30 |
Data de Publicação | 2019-05-29 |
Classificação | 4.43/5 Total de 7 Avaliações |
Desenvolvedor | http://altoplanner.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://altoplanner.com/index |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alto: Life Progress Bar with Goals and Tasks", "version": "0.0.9", "manifest_version": 2, "description": "Alto Planner helps you keep track of what you want to accomplish with your life, without losing track of your life!", "homepage_url": "https:\/\/altoplanner.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "activeTab", "https:\/\/altoplanner.com\/" ] } |