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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Develast และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PageRip (HTML + CSS Extract)

ดาวน์โหลดไฟล์ส่วนขยาย PageRip (HTML + CSS Extract) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ส่วนขยายที่เกี่ยวข้อง