Pixelate
Reduce visual noise by making all tab icons to follow the same style.
Wat is Pixelate?
Pixelate is een Chrome-extensie ontwikkeld door Marat Dyatko, en de belangrijkste functie is "Reduce visual noise by making all tab icons to follow the same style.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pixelate
Download Pixelate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Pixelate |
ID | ploffbpabbckaipfbpkkjjgkoapfkccj |
Officiële URL | https://chromewebstore.google.com/detail/pixelate/ploffbpabbckaipfbpkkjjgkoapfkccj |
Beschrijving | Reduce visual noise by making all tab icons to follow the same style. |
Bestandsgrootte | 47.75 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2017-06-01 |
Publicatiedatum | 2017-06-01 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Marat Dyatko |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/vectart/pixelate-chrome-extension |
Help Pagina-URL | https://github.com/vectart/pixelate-chrome-extension/issues |
Ondersteunde Talen | 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", " |