New Tab Motivation
Motivational quotes delivered every time you open up a new tab.
O que é New Tab Motivation?
New Tab Motivation é uma extensão do Chrome desenvolvida por The Mindful Tech Lab, e sua principal característica é "Motivational quotes delivered every time you open up a new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab Motivation
Baixe arquivos de extensão New Tab 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
☆☆☆ Featured in Lifehacker! ☆☆☆ Get inspired each time you open a new browser tab. New Tab Motivation replaces your new tab page with a selection of randomized motivational quotes displayed in a minimalist layout. Developed by The Mindful Tech Lab. Learn more at www.TheMindfulTechLab.com
Informações Básicas da Extensão
Nome | |
ID | mcanfonlcebdnacjecfahjjecnfekkke |
URL Oficial | https://chrome.google.com/webstore/detail/new-tab-motivation/mcanfonlcebdnacjecfahjjecnfekkke |
Descrição | Motivational quotes delivered every time you open up a new tab. |
Tamanho do Arquivo | 49.42 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 4.3 |
Última Atualização | 2017-03-25 |
Data de Publicação | 2017-03-25 |
Classificação | 4.60/5 Total de 72 Avaliações |
Desenvolvedor | The Mindful Tech Lab |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://themindfultechlab.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "name": "New Tab Motivation", "description": "Motivational quotes delivered every time you open up a new tab.", "version": "4.3", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "management" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |