Gradient Tabs
A Beautiful Gradient With Every New Tab!
O que é Gradient Tabs?
Gradient Tabs é uma extensão do Chrome desenvolvida por https://gradienthunt.com, e sua principal característica é "A Beautiful Gradient With Every New Tab!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gradient Tabs
Baixe arquivos de extensão Gradient Tabs 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
Gradient Tabs is a beautiful chrome extension that shows a gradient pulled from the top popular gradients of Gradient Hunt each time you open a new tab. You can then copy the CSS code of each gradient and also save it to your likes webpage.
Informações Básicas da Extensão
Nome | Gradient Tabs |
ID | hndkippiajpholnhmcmlcebbcgnhldbo |
URL Oficial | https://chromewebstore.google.com/detail/gradient-tabs/hndkippiajpholnhmcmlcebbcgnhldbo |
Descrição | A Beautiful Gradient With Every New Tab! |
Tamanho do Arquivo | 22.48 KB |
Contagem de Instalações | 2,744 |
Versão Atual | 2 |
Última Atualização | 2018-07-31 |
Data de Publicação | 2018-07-31 |
Classificação | 3.83/5 Total de 6 Avaliações |
Desenvolvedor | https://gradienthunt.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gradienthunt.com |
URL da Página de Ajuda | https://gradienthunt.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gradient Tabs", "short_name": "Gradient Tabs", "description": "A Beautiful Gradient With Every New Tab!", "version": "2", "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "chrome_url_overrides": { "newtab": "popup.html" }, "background": { "scripts": [ "bg.js" ] }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |