Blur-It
This extensions blurs the current page.
Co je Blur-It?
Blur-It je rozšíření Chrome vyvinuté https://www.directorschoice.travel, a jeho hlavní funkcí je „This extensions blurs the current page.“.
Stáhnout soubor CRX rozšíření Blur-It
Stáhněte si soubory rozšíření Blur-It ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Blur-It |
ID | plonmelfemjgjbegkbonhcjjdnenpbag |
Oficiální URL | https://chromewebstore.google.com/detail/blur-it/plonmelfemjgjbegkbonhcjjdnenpbag |
Popis | This extensions blurs the current page. |
Velikost souboru | 6.39 KB |
Počet instalací | 63 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-05-05 |
Datum Vydání | 2017-05-05 |
Vývojář | https://www.directorschoice.travel |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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." } } |