Full Page Screen Capture

One click Full page screenshots of any webpage. Capture Full pages with ease

Full Page Screen Captureคืออะไร?

Full Page Screen Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Full Page Screen Capture และคุณลักษณะหลักของมันคือ "One click Full page screenshots of any webpage. Capture Full pages with ease"

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

screenshot
screenshot

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

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

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

                        Capture full page screenshots of any webpage

Looking for a quick and easy way to take full-page screenshots of websites? Look no further than the Full-Page Screenshot extension. This free extension allows you to capture high-quality screenshots of entire web pages, including areas that are not visible on the screen. 

 

Key Features of Full-Page screenshot: 

>>Takes high-quality screenshots of entire web pages, including areas that are not visible on the screen 
>>Saves screenshots as PNG and JPG files  
>>Completely free to use 
>>Easy user interface 

How to Use: 

>>Install the Full-Page Screenshot extension 
>>Once installed, click on the extension icon in your browser toolbar to open the extension. 
>>Click the "Capture" button to take the screenshot. 
>>Save the screenshot as a PNG or JPG file 

 
Why Is It Useful? 

Here are some reasons why this extension is useful: 

>>Capture Entire Web Pages: The Full-Page Screenshot extension allows users to capture high-quality screenshots of entire web pages, including areas that are not visible on the screen. 

>>Easy to Use: It is easy to use, with a simple interface and intuitive controls. 

>>Ideal for Professionals: The extension is particularly useful for professionals such as designers, developers, and content creators who need to capture and share screenshots of web pages for work purposes.                    

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

ชื่อ Full Page Screen Capture Full Page Screen Capture
ID pmabjgjpcbofkbbeiphkiaanogobokgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/full-page-screen-capture/pmabjgjpcbofkbbeiphkiaanogobokgg
คำอธิบาย One click Full page screenshots of any webpage. Capture Full pages with ease
ขนาดไฟล์ 514 KB
จำนวนการติดตั้ง 60,031
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-04-09
วันที่เผยแพร่ 2023-03-20
คะแนน 4.29/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา Full Page Screen Capture
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://drive.google.com/file/d/1PpL3azdSQsZl6_SpoEECuQ9fr0Du4X2e/view?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "version": "0.0.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "scripting",
        "notifications",
        "gcm"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Chrome Extension",
        "default_icon": {
            "16": "Icons\/icon16.png",
            "32": "Icons\/icon32.png",
            "64": "Icons\/icon64.png",
            "128": "Icons\/icon128.png",
            "2000": "Icons\/icon2000.png"
        }
    },
    "icons": {
        "16": "Icons\/icon16.png",
        "32": "Icons\/icon32.png",
        "64": "Icons\/icon64.png",
        "128": "Icons\/icon128.png",
        "2000": "Icons\/icon2000.png"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "contentScript\/content.js"
            ]
        }
    ],
    "manifest_version": 3
}