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)是由bradley.flood開發的Chrome擴展程式,該擴展的主要功能是“This extension inserts the Pesticide CSS into the current page, outlining each element to better see placement on the page.”。

擴展截圖

screenshot

下載Pesticide for Chrome (without hover bar)擴展crx文件

下載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
官方網址 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"
    ]
}