Gaussian Blur and Greyscale
Used to quickly blur a website for design purposes
Wat is Gaussian Blur and Greyscale?
Gaussian Blur and Greyscale is een Chrome-extensie ontwikkeld door Spencer Crow, en de belangrijkste functie is "Used to quickly blur a website for design purposes".
Extensie Screenshots
Download het CRX-bestand van de extensie Gaussian Blur and Greyscale
Download Gaussian Blur and Greyscale-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension adds a blur or grayscale filter to the website. Great for developers and designers evaluating their layouts and colors. Basisinformatie over de Extensie
| Naam | |
| ID | kniggjicajakbjmenbjpocebnegamfob |
| Officiële URL | https://chromewebstore.google.com/detail/gaussian-blur-and-greysca/kniggjicajakbjmenbjpocebnegamfob |
| Beschrijving | Used to quickly blur a website for design purposes |
| Bestandsgrootte | 24.27 KB |
| Aantal Installaties | 81 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2022-03-02 |
| Publicatiedatum | 2022-02-25 |
| Ontwikkelaar | Spencer Crow |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |