Gaussian Blur and Greyscale
Used to quickly blur a website for design purposes
Hvad er Gaussian Blur and Greyscale?
Gaussian Blur and Greyscale er en Chrome-udvidelse udviklet af Spencer Crow, og dens hovedfunktion er "Used to quickly blur a website for design purposes".
Udvidelsesskærmbilleder
Download Gaussian Blur and Greyscale-udvidelses-CRX-fil
Download Gaussian Blur and Greyscale-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension adds a blur or grayscale filter to the website. Great for developers and designers evaluating their layouts and colors.
Grundlæggende oplysninger om udvidelsen
Navn | Gaussian Blur and Greyscale |
ID | kniggjicajakbjmenbjpocebnegamfob |
Officiel URL | https://chromewebstore.google.com/detail/gaussian-blur-and-greysca/kniggjicajakbjmenbjpocebnegamfob |
Beskrivelse | Used to quickly blur a website for design purposes |
Filstørrelse | 24.27 KB |
Antal Installationer | 81 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2022-03-02 |
Udgivelsesdato | 2022-02-25 |
Udvikler | Spencer Crow |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |