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.

Τι είναι το Pesticide for Chrome (without hover bar);

Το Pesticide for Chrome (without hover bar) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bradley.flood, και η κύρια λειτουργία του είναι "This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Pesticide for Chrome (without hover bar)

Λήψη αρχείων επέκτασης Pesticide for Chrome (without hover bar) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pesticide for Chrome (without hover bar) Pesticide for Chrome (without hover bar)
ID neonnmencpneifkhlmhmfhfiklgjmloi
Επίσημο URL https://chromewebstore.google.com/detail/pesticide-for-chrome-with/neonnmencpneifkhlmhmfhfiklgjmloi
Περιγραφή This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.
Μέγεθος Αρχείου 23.33 KB
Αριθμός Εγκαταστάσεων 95,793
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2015-11-04
Ημερομηνία Δημοσίευσης 2015-11-03
Αξιολόγηση 4.05/5 Συνολικά 43 Αξιολογήσεις
Προγραμματιστής bradley.flood
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/bradleyflood/pesticide-without-hover-bar
Υποστηριζόμενες Γλώσσες 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"
    ]
}