Gaussian Blur and Greyscale
Used to quickly blur a website for design purposes
Was ist Gaussian Blur and Greyscale?
Gaussian Blur and Greyscale ist eine Chrome-Erweiterung, die von Spencer Crow entwickelt wurde, und ihr Hauptmerkmal ist "Used to quickly blur a website for design purposes".
Erweiterungsscreenshots
Gaussian Blur and Greyscale-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gaussian Blur and Greyscale-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension adds a blur or grayscale filter to the website. Great for developers and designers evaluating their layouts and colors. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kniggjicajakbjmenbjpocebnegamfob |
| Offizielle URL | https://chromewebstore.google.com/detail/gaussian-blur-and-greysca/kniggjicajakbjmenbjpocebnegamfob |
| Beschreibung | Used to quickly blur a website for design purposes |
| Dateigröße | 24.27 KB |
| Installationsanzahl | 81 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2022-03-02 |
| Veröffentlichungsdatum | 2022-02-25 |
| Entwickler | Spencer Crow |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |