Black White and Blurry

A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.

Qu'est-ce que Black White and Blurry ?

Black White and Blurry est une extension Chrome développée par eionschreiber, et sa fonction principale est "A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Black White and Blurry

Téléchargez les fichiers d'extension Black White and Blurry 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

                                            

Informations de Base sur l'Extension

Nom Black White and Blurry Black White and Blurry
ID fijkfjipmakjnkggmepekhgefclipnke
URL Officiel https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke
Description A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.
Taille du Fichier 20.85 KB
Nombre d'Installations 71
Version Actuelle 1.2
Dernière Mise à Jour 2018-02-23
Date de Publication 2018-02-22
Développeur eionschreiber
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Black White and Blurry",
    "description": "A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.",
    "version": "1.2",
    "background": {
        "persistent": false,
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "black_white_blur.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}