Pixelate
Reduce visual noise by making all tab icons to follow the same style.
O que é Pixelate?
Pixelate é uma extensão do Chrome desenvolvida por Marat Dyatko, e sua principal característica é "Reduce visual noise by making all tab icons to follow the same style.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pixelate
Baixe arquivos de extensão Pixelate 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
The extension reduces visual noise by simplifying all browser tab icons using technique inspired by American portrait painter Chuck Close. Looks best with the Minimal White theme: https://chrome.google.com/webstore/detail/minimal-white/clcbojcafbggjenbeflknhfimpcikmlc Since it's open-source, please feel free to suggest or contribute improvements on the GitHub page: https://github.com/vectart/pixelate-chrome-extension
Informações Básicas da Extensão
Nome | Pixelate |
ID | ploffbpabbckaipfbpkkjjgkoapfkccj |
URL Oficial | https://chromewebstore.google.com/detail/pixelate/ploffbpabbckaipfbpkkjjgkoapfkccj |
Descrição | Reduce visual noise by making all tab icons to follow the same style. |
Tamanho do Arquivo | 47.75 KB |
Contagem de Instalações | 46 |
Versão Atual | 1.0.3 |
Última Atualização | 2017-06-01 |
Data de Publicação | 2017-06-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Marat Dyatko |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/vectart/pixelate-chrome-extension |
URL da Página de Ajuda | https://github.com/vectart/pixelate-chrome-extension/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixelate", "version": "1.0.3", "manifest_version": 2, "description": "Reduce visual noise by making all tab icons to follow the same style.", "homepage_url": "https:\/\/github.com\/vectart\/pixelate-chrome-extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/close-pixelate.js", "js\/google-analytics-bundle.js", "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "tabs", " |