Blur-It

This extensions blurs the current page.

Cos'è Blur-It?

Blur-It è un'estensione di Chrome sviluppata da https://www.directorschoice.travel, e la sua funzione principale è "This extensions blurs the current page.".

Scarica il file CRX dell'estensione Blur-It

Scarica i file di estensione Blur-It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Blur-It Blur-It
ID plonmelfemjgjbegkbonhcjjdnenpbag
URL Ufficiale https://chromewebstore.google.com/detail/blur-it/plonmelfemjgjbegkbonhcjjdnenpbag
Descrizione This extensions blurs the current page.
Dimensione del File 6.39 KB
Conteggio Installazioni 63
Versione Corrente 1.0
Ultimo Aggiornamento 2017-05-05
Data di Pubblicazione 2017-05-05
Sviluppatore https://www.directorschoice.travel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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."
    }
}