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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}