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.

Was ist Pesticide for Chrome (without hover bar)?

Pesticide for Chrome (without hover bar) ist eine Chrome-Erweiterung, die von bradley.flood entwickelt wurde, und ihr Hauptmerkmal ist "This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.".

Erweiterungsscreenshots

screenshot

Pesticide for Chrome (without hover bar)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pesticide for Chrome (without hover bar)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Pesticide for Chrome (without hover bar) Pesticide for Chrome (without hover bar)
ID neonnmencpneifkhlmhmfhfiklgjmloi
Offizielle URL https://chromewebstore.google.com/detail/pesticide-for-chrome-with/neonnmencpneifkhlmhmfhfiklgjmloi
Beschreibung This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.
Dateigröße 23.33 KB
Installationsanzahl 95,793
Aktuelle Version 1.0.2
Letztes Update 2015-11-04
Veröffentlichungsdatum 2015-11-03
Bewertung 4.05/5 Insgesamt 43 Bewertungen
Entwickler bradley.flood
Zahlungsart free
Erweiterungswebsite https://github.com/bradleyflood/pesticide-without-hover-bar
Unterstützte Sprachen 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"
    ]
}