Pixelate

Reduce visual noise by making all tab icons to follow the same style.

Qu'est-ce que Pixelate ?

Pixelate est une extension Chrome développée par Marat Dyatko, et sa fonction principale est "Reduce visual noise by making all tab icons to follow the same style.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pixelate

Téléchargez les fichiers d'extension Pixelate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pixelate Pixelate
ID ploffbpabbckaipfbpkkjjgkoapfkccj
URL Officiel https://chromewebstore.google.com/detail/pixelate/ploffbpabbckaipfbpkkjjgkoapfkccj
Description Reduce visual noise by making all tab icons to follow the same style.
Taille du Fichier 47.75 KB
Nombre d'Installations 46
Version Actuelle 1.0.3
Dernière Mise à Jour 2017-06-01
Date de Publication 2017-06-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur Marat Dyatko
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/vectart/pixelate-chrome-extension
URL de la Page d'Aide https://github.com/vectart/pixelate-chrome-extension/issues
Langues Prises en Charge 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",
        "",
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}