Gaussian Blur and Greyscale

Used to quickly blur a website for design purposes

Gaussian Blur and Greyscale क्या है?

Gaussian Blur and Greyscale Spencer Crow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Used to quickly blur a website for design purposes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gaussian Blur and Greyscale एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Gaussian Blur and Greyscale Gaussian Blur and Greyscale
ID kniggjicajakbjmenbjpocebnegamfob
आधिकारिक URL https://chromewebstore.google.com/detail/gaussian-blur-and-greysca/kniggjicajakbjmenbjpocebnegamfob
विवरण Used to quickly blur a website for design purposes
फ़ाइल का आकार 24.27 KB
स्थापना संख्या 81
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2022-03-02
प्रकाशन तिथि 2022-02-25
डेवलपर Spencer Crow
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}