Fancy Motivation Tab
Override the new tab page with a Motivation Fancy
O que é Fancy Motivation Tab?
Fancy Motivation Tab é uma extensão do Chrome desenvolvida por LONG LA, e sua principal característica é "Override the new tab page with a Motivation Fancy".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fancy Motivation Tab
Baixe arquivos de extensão Fancy Motivation Tab 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
Make the new tab look fancy with motivational quote. to see how it looks, go to https://longla.github.io/Inspirely/#/motivatives
Informações Básicas da Extensão
Nome | Fancy Motivation Tab |
ID | igbkklljibhkighkhflfhdcjglmfdejp |
URL Oficial | https://chromewebstore.google.com/detail/fancy-motivation-tab/igbkklljibhkighkhflfhdcjglmfdejp |
Descrição | Override the new tab page with a Motivation Fancy |
Tamanho do Arquivo | 37.33 MB |
Contagem de Instalações | 82 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-08-09 |
Data de Publicação | 2016-08-09 |
Classificação | 4.88/5 Total de 8 Avaliações |
Desenvolvedor | LONG LA |
Tipo de Pagamento | free |
Site da Extensão | https://longla.github.io/Inspirely/#/motivatives |
URL da Página de Ajuda | https://longla.github.io/Inspirely/#/motivatives |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fancy Motivation Tab", "description": "Override the new tab page with a Motivation Fancy", "short_name": "Motivation Tab", "minimum_chrome_version": "24.0.1307.0", "version": "1.0.0", "icons": { "16": "Quotation-Marks-16.png", "128": "Quotation-Marks-128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2 } |