Motivation
Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
O que é Motivation?
Motivation é uma extensão do Chrome desenvolvida por Dmytrii Lysak, e sua principal característica é "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Motivation
Baixe arquivos de extensão Motivation 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 new tab page with Motivation. Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. Click to preview: https://motivation-new-tab.github.io/
Informações Básicas da Extensão
Nome | Motivation |
ID | aliachjmgkelibfecomdccomahgpople |
URL Oficial | https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople |
Descrição | Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. |
Tamanho do Arquivo | 2.01 MB |
Contagem de Instalações | 629 |
Versão Atual | 0.6.6.1 |
Última Atualização | 2024-01-22 |
Data de Publicação | 2020-06-07 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Dmytrii Lysak |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://motivation-new-tab.github.io/ |
URL da Página de Ajuda | https://github.com/Lysak/motivation/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Motivation", "offline_enabled": true, "version": "0.6.6.1" } |