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.

Τι είναι το Black White and Blurry;

Το Black White and Blurry είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον eionschreiber, και η κύρια λειτουργία του είναι "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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Black White and Blurry

Λήψη αρχείων επέκτασης Black White and Blurry σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Black White and Blurry Black White and Blurry
ID fijkfjipmakjnkggmepekhgefclipnke
Επίσημο URL https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke
Περιγραφή 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.
Μέγεθος Αρχείου 20.85 KB
Αριθμός Εγκαταστάσεων 71
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2018-02-23
Ημερομηνία Δημοσίευσης 2018-02-22
Προγραμματιστής eionschreiber
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}