eXtract Snippet

Extract HTML/CSS snippets from websites. Inspect an element and eXtract HTML CSS

eXtract Snippet란 무엇입니까?

eXtract Snippet은(는) Melwyn Pawar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract HTML/CSS snippets from websites. Inspect an element and eXtract HTML CSS"입니다.

확장 프로그램 스크린샷

screenshot

eXtract Snippet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        eXtract Snippet may be used to easily extract the HTML & CSS code for any snippet over any website. Extract HTML/CSS snippets from websites in the following way. Install "eXtract Snippet"=> Inspect an element using chrome's developer tools 'inspect element'. Within the developer tools you should also see a panel named "eXtract HTML CSS". Click on to the "eXtract HTML CSS" panel and further click onto the "Get HTML/CSS of inspected element" button withing the panel. Please be patient while the eXtractor filters only the relevant CSS and pulls out the HTML CODE for the inspected snippet. Smaller snippets may get done quickly, bigger snippets may take a while. The final extracted code is a close match to the actual snippet onto the site and can be previewed onto "codepen", "jsfiddle" or "JSbin" by simply clicking on to the buttons below the eXtracted code. Kindly note that media queries are extracted in version 1.4 , but has been duplicated for each selector within the same media rule. 1.4 comes with an update of extracting HTML & CSS from iframes too.                    

확장 프로그램 기본 정보

이름 eXtract Snippet eXtract Snippet
ID bfcjfegkgdoomgmofhcidoiampnpbdao
공식 URL https://chromewebstore.google.com/detail/extract-snippet/bfcjfegkgdoomgmofhcidoiampnpbdao
설명 Extract HTML/CSS snippets from websites. Inspect an element and eXtract HTML CSS
파일 크기 297 KB
설치 횟수 10,398
현재 버전 1.5
최근 업데이트 2016-04-20
출시 날짜 2016-04-20
평점 3.11/5 총 38 개의 평점
개발자 Melwyn Pawar
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.example.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "allLibs.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Extract HTML\/CSS snippets from websites. Inspect an element and eXtract HTML CSS",
    "icons": {
        "128": "l1.png",
        "16": "icon.png",
        "48": "l2.png"
    },
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "name": "eXtract Snippet",
    "permissions": [
        "tabs",
        "",
        "background"
    ],
    "version": "1.5"
}