Gaussian Blur and Greyscale

Used to quickly blur a website for design purposes

What is Gaussian Blur and Greyscale?

Gaussian Blur and Greyscale is a Chrome extension developed by Spencer Crow, and its main feature is "Used to quickly blur a website for design purposes".

Extension Screenshots

screenshot

Download Gaussian Blur and Greyscale Extension CRX File

Download Gaussian Blur and Greyscale extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Gaussian Blur and Greyscale Gaussian Blur and Greyscale
ID kniggjicajakbjmenbjpocebnegamfob
Official URL https://chromewebstore.google.com/detail/gaussian-blur-and-greysca/kniggjicajakbjmenbjpocebnegamfob
Description Used to quickly blur a website for design purposes
File Size 24.27 KB
Installation Count 81
Current Version 0.0.2
Last Updated 2022-03-02
Publish Date 2022-02-25
Developer Spencer Crow
Email [email protected]
Payment Type free
Supported Languages 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"
}