Gaussian Blur and Greyscale

Used to quickly blur a website for design purposes

Co je Gaussian Blur and Greyscale?

Gaussian Blur and Greyscale je rozšíření Chrome vyvinuté Spencer Crow, a jeho hlavní funkcí je „Used to quickly blur a website for design purposes“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Gaussian Blur and Greyscale

Stáhněte si soubory rozšíření Gaussian Blur and Greyscale ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension adds a blur or grayscale filter to the website. Great for developers and designers evaluating their layouts and colors.                    

Základní Informace o Rozšíření

Název Gaussian Blur and Greyscale Gaussian Blur and Greyscale
ID kniggjicajakbjmenbjpocebnegamfob
Oficiální URL https://chromewebstore.google.com/detail/gaussian-blur-and-greysca/kniggjicajakbjmenbjpocebnegamfob
Popis Used to quickly blur a website for design purposes
Velikost souboru 24.27 KB
Počet instalací 81
Aktuální Verze 0.0.2
Poslední Aktualizace 2022-03-02
Datum Vydání 2022-02-25
Vývojář Spencer Crow
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gaussian Blur and Greyscale",
    "description": "Used to quickly blur a website for design purposes",
    "version": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/Pencil.png",
            "32": "\/images\/Pencil.png",
            "48": "\/images\/Pencil.png",
            "128": "\/images\/Pencil.png"
        }
    },
    "icons": {
        "16": "\/images\/Pencil.png",
        "32": "\/images\/Pencil.png",
        "48": "\/images\/Pencil.png",
        "128": "\/images\/Pencil.png"
    },
    "options_page": "options.html"
}