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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}