Pesticide for Chrome (without hover bar)

This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.

Cos'è Pesticide for Chrome (without hover bar)?

Pesticide for Chrome (without hover bar) è un'estensione di Chrome sviluppata da bradley.flood, e la sua funzione principale è "This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pesticide for Chrome (without hover bar)

Scarica i file di estensione Pesticide for Chrome (without hover bar) 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

                        Forked version of Pesticide which removes the black hover bar overlay.

This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.

Pesticide is an open source CSS tool created by Adam Morse and available for download, forking on Github at https://github.com/mrmrs/pesticide

This forked version is located at: https://github.com/bradleyflood/pesticide-without-hover-bar

You can follow Paul here: https://twitter.com/paulmolluzzo                    

Informazioni di Base sull'Estensione

Nome Pesticide for Chrome (without hover bar) Pesticide for Chrome (without hover bar)
ID neonnmencpneifkhlmhmfhfiklgjmloi
URL Ufficiale https://chromewebstore.google.com/detail/pesticide-for-chrome-with/neonnmencpneifkhlmhmfhfiklgjmloi
Descrizione This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.
Dimensione del File 23.33 KB
Conteggio Installazioni 95,793
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-11-04
Data di Pubblicazione 2015-11-03
Valutazione 4.05/5 Totale 43 Valutazioni
Sviluppatore bradley.flood
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bradleyflood/pesticide-without-hover-bar
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pesticide for Chrome (without hover bar)",
    "short_name": "Pesticide",
    "description": "This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.",
    "version": "1.0.2",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "pesticide-injector.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Toggle Pesticide",
        "default_icon": {
            "19": "images\/toolbar-chrome.png",
            "38": "images\/[email protected]"
        }
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "web_accessible_resources": [
        "pesticide.min.css"
    ]
}