Gaussian Blur and Greyscale
Used to quickly blur a website for design purposes
Co to jest Gaussian Blur and Greyscale?
Gaussian Blur and Greyscale to rozszerzenie Chrome opracowane przez Spencer Crow, a jego główną funkcją jest „Used to quickly blur a website for design purposes”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gaussian Blur and Greyscale
Pobierz pliki rozszerzeń Gaussian Blur and Greyscale w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension adds a blur or grayscale filter to the website. Great for developers and designers evaluating their layouts and colors. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kniggjicajakbjmenbjpocebnegamfob |
| Oficjalny URL | https://chromewebstore.google.com/detail/gaussian-blur-and-greysca/kniggjicajakbjmenbjpocebnegamfob |
| Opis | Used to quickly blur a website for design purposes |
| Rozmiar pliku | 24.27 KB |
| Liczba instalacji | 81 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2022-03-02 |
| Data Publikacji | 2022-02-25 |
| Deweloper | Spencer Crow |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |