PageRip (HTML + CSS Extract)

Rip HTML + CSS snippets from any element on any web page with an element selector. Convert full webpages to single file HTML and JSX

PageRip (HTML + CSS Extract)란 무엇입니까?

PageRip (HTML + CSS Extract)은(는) Develast에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rip HTML + CSS snippets from any element on any web page with an element selector. Convert full webpages to single file HTML and JSX"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PageRip (HTML + CSS Extract) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Create components from websites. Use an element picker to get a single element, or extract the full page to HTML source code. PageRip can generate HTML with inline styles, CSS classes, or JSX, so you can easily copy and paste the code into your project. Or live edit in PageRip.

Don't waste any more time struggling with manual HTML and CSS extracting. Try PageRip and experience the ease and convenience of snipping and exporting HTML like never before.

Note: This extension is still a work in progress and is still being actively improved.                    

확장 프로그램 기본 정보

이름 PageRip (HTML + CSS Extract) PageRip (HTML + CSS Extract)
ID bkahkocegdkgicmmfpkoeipjmjaeohfn
공식 URL https://chromewebstore.google.com/detail/pagerip-html-+-css-extrac/bkahkocegdkgicmmfpkoeipjmjaeohfn
설명 Rip HTML + CSS snippets from any element on any web page with an element selector. Convert full webpages to single file HTML and JSX
파일 크기 434 KB
설치 횟수 10,643
현재 버전 0.0.95
최근 업데이트 2023-01-30
출시 날짜 2022-08-29
평점 3.47/5 총 30 개의 평점
개발자 Develast
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webpagerip.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PageRip (HTML + CSS Extract)",
    "description": "Rip HTML + CSS snippets from any element on any web page with an element selector. Convert full webpages to single file HTML and JSX",
    "version": "0.0.95",
    "manifest_version": 3,
    "icons": {
        "16": "img\/favicon-16x16.png",
        "32": "img\/favicon-32x32.png",
        "48": "img\/logo-icon.png",
        "128": "img\/logo-icon.png"
    },
    "action": {
        "default_popup": "popup.html#popup",
        "default_icon": "img\/favicon-32x32.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-d8251103.ca315dd0.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/favicon-16x16.png",
                "img\/favicon-32x32.png",
                "img\/logo.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-d8251103.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}