simple-debug.css

Debug your layouts with one line of CSS and a single click.

simple-debug.css란 무엇입니까?

simple-debug.css은(는) https://chrisnager.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Debug your layouts with one line of CSS and a single click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

simple-debug.css 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension injects simple-debug.css's one line of CSS into the current page, adding outlines and a sense of depth to the page's elements, to make debugging the page layout easier.                    

확장 프로그램 기본 정보

이름 simple-debug.css simple-debug.css
ID jlkgkebpphmaiemciejnmgccejccnpha
공식 URL https://chromewebstore.google.com/detail/simple-debugcss/jlkgkebpphmaiemciejnmgccejccnpha
설명 Debug your layouts with one line of CSS and a single click.
파일 크기 9.15 KB
설치 횟수 1,946
현재 버전 1.0
최근 업데이트 2015-01-23
출시 날짜 2015-01-23
평점 4.71/5 총 14 개의 평점
개발자 https://chrisnager.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/chrisnager/simple-debug.css
도움말 페이지 URL https://github.com/chrisnager/simple-debug.css
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "simple-debug.css",
    "description": "Debug your layouts with one line of CSS and a single click.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "simple-debug.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Toggle simple-debug.css",
        "default_icon": {
            "19": "images\/toolbar-chrome.png",
            "38": "images\/[email protected]"
        }
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    }
}