Full Page Screenshot

Capture full-page screenshots of any webpage

Full Page Screenshotคืออะไร?

Full Page Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fullpagescreenshotplugin และคุณลักษณะหลักของมันคือ "Capture full-page screenshots of any webpage"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full Page Screenshot

ดาวน์โหลดไฟล์ส่วนขยาย Full Page Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Full Page Screenshot Capture is a powerful and easy-to-use Chrome extension that enables you to capture high-quality full-page screenshots of any website with just a single click. Say goodbye to stitching together multiple images or struggling with screen capture tools that don't quite get the job done.

Key Features:
>>One-click full-page screenshot capture
>>Automatic scrolling through the entire web page
>>High-quality image output
>>Ignores ads for a clean screenshot
>>Automatic download of the captured screenshot
>>Supports websites with dynamic content, sliders, and lazy-loaded elements

How to use Full Page Screenshot Capture:
>>Install the extension and locate the icon in your browser toolbar.
>>Visit the website you want to capture a full-page screenshot of.
>>Click the Full Page Screenshot Capture icon in your toolbar.
>>The extension will automatically scroll through the entire page, capturing all visible content.
>>Once the capture process is complete, the full-page screenshot will be automatically downloaded to your computer.

With Full Page Screenshot Capture, you no longer need to worry about capturing the perfect screenshot. The extension does all the hard work for you, providing a seamless and efficient way to capture full-page screenshots of any website. Whether you need to share a webpage design with a colleague or save a webpage for future reference, Full Page Screenshot Capture is the ultimate solution.

Note: This extension requires permission to access all websites in order to function properly. We value your privacy and do not collect or store any personal data.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Full Page Screenshot Full Page Screenshot
ID nccpoddeeoljkccbcpdcmfddlcojplip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/full-page-screenshot/nccpoddeeoljkccbcpdcmfddlcojplip
คำอธิบาย Capture full-page screenshots of any webpage
ขนาดไฟล์ 58.44 KB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-05-01
วันที่เผยแพร่ 2023-04-17
ผู้พัฒนา fullpagescreenshotplugin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Full Page Screenshot",
    "version": "1.0.1",
    "description": "Capture full-page screenshots of any webpage",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "html2canvas.min.js",
                "capture.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}