Blur-It
This extensions blurs the current page.
Co to jest Blur-It?
Blur-It to rozszerzenie Chrome opracowane przez https://www.directorschoice.travel, a jego główną funkcją jest „This extensions blurs the current page.”.
Pobierz plik CRX rozszerzenia Blur-It
Pobierz pliki rozszerzeń Blur-It 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 creates a 10px blur on your current tab. The blur effect is useful in viewing your UI design from a "step back" perspective.
Podstawowe informacje o rozszerzeniu
Nazwa | Blur-It |
ID | plonmelfemjgjbegkbonhcjjdnenpbag |
Oficjalny URL | https://chromewebstore.google.com/detail/blur-it/plonmelfemjgjbegkbonhcjjdnenpbag |
Opis | This extensions blurs the current page. |
Rozmiar pliku | 6.39 KB |
Liczba instalacji | 63 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-05-05 |
Data Publikacji | 2017-05-05 |
Deweloper | https://www.directorschoice.travel |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blur-It", "description": "This extensions blurs the current page.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "blurit.js" ], "persistent": false }, "browser_action": { "default_icon": "blurit.png", "default_title": "Click to blur page." } } |