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.

Vad är Pesticide for Chrome (without hover bar)?

Pesticide for Chrome (without hover bar) är en Chrome-tillägg utvecklad av bradley.flood, och dess huvudfunktion är "This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.".

Tilläggsskärmbilder

screenshot

Ladda ner Pesticide for Chrome (without hover bar)-förlängningens CRX-fil

Ladda ner Pesticide for Chrome (without hover bar)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Pesticide for Chrome (without hover bar) Pesticide for Chrome (without hover bar)
ID neonnmencpneifkhlmhmfhfiklgjmloi
Officiell webbadress https://chromewebstore.google.com/detail/pesticide-for-chrome-with/neonnmencpneifkhlmhmfhfiklgjmloi
Beskrivning This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.
Filstorlek 23.33 KB
Antal Installationer 95,793
Aktuell Version 1.0.2
Senast Uppdaterad 2015-11-04
Publiceringsdatum 2015-11-03
Betyg 4.05/5 Totalt 43 Betyg
Utvecklare bradley.flood
Betalningssätt free
Tilläggswebbplats https://github.com/bradleyflood/pesticide-without-hover-bar
Stödda Språk 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"
    ]
}