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