Motivation Todo list with age counter.
Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation
O que é Motivation Todo list with age counter.?
Motivation Todo list with age counter. é uma extensão do Chrome desenvolvida por wojciech.kokorzycki, e sua principal característica é "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Motivation Todo list with age counter.
Baixe arquivos de extensão Motivation Todo list with age counter. 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
Informações Básicas da Extensão
Nome | |
ID | emdpadcdfnncmlhpldncnijaeodnjplj |
URL Oficial | https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj |
Descrição | Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation |
Tamanho do Arquivo | 489 KB |
Contagem de Instalações | 44 |
Versão Atual | 0.1.1 |
Última Atualização | 2017-03-18 |
Data de Publicação | 2017-03-18 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | wojciech.kokorzycki |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Motivation Todo list with age counter.", "version": "0.1.1", "manifest_version": 2, "description": "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https:\/\/github.com\/ksiadz\/motivation", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon.png" }, "permissions": [ "storage" ] } |