Screenshot Master: Full Page Capture

Easy, free and full-featured screenshot app to capture, edit and save your screenshots effortlessly.

Screenshot Master: Full Page Captureคืออะไร?

Screenshot Master: Full Page Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Screenshot Master และคุณลักษณะหลักของมันคือ "Easy, free and full-featured screenshot app to capture, edit and save your screenshots effortlessly."

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

screenshot
screenshot

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

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

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

                        Screenshot Master is a simple screenshot capture extension that lets you capture the entire screen with just one click. It works just like the native feature of Google Chrome to capture screens but in a more optimized way.

✍ Advantages:
☑︎ Easy and user-friendly interface
☑︎ No restrictions on use
☑︎ Support full-page screenshot
☑︎ Screen Capture Keyboard Shortcuts 
☑︎ Best Quality, High-Resolution screenshots, support PNG, JPG, and WEBP formats. 

Screenshots are helpful for various reasons, such as requesting support or simply showing off what you have on your screen. However, since screenshots are images, their data cannot be edited through standard means. That's why a built-in image editor is an added feature of this screenshot tool. You can use the simple image editor, which offers a dozen different features.

✍ Screenshot Editor features: 
☑︎  Write text
☑︎  Cropping
☑︎  Use arrows
☑︎  Include rectangular boxes or lines
☑︎  Support saving screenshots to PNG, JPG, and WEBP formats.                    

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

ชื่อ Screenshot Master: Full Page Capture Screenshot Master: Full Page Capture
ID ggacghlcchiiejclfdajbpkbjfgjhfol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screenshot-master-full-pa/ggacghlcchiiejclfdajbpkbjfgjhfol
คำอธิบาย Easy, free and full-featured screenshot app to capture, edit and save your screenshots effortlessly.
ขนาดไฟล์ 470 KB
จำนวนการติดตั้ง 751,724
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-06-27
วันที่เผยแพร่ 2022-09-29
คะแนน 4.73/5 รวมทั้งหมด 295 คะแนน
ผู้พัฒนา Screenshot Master
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://screenshot-master.com/policy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "logo.png"
        }
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "capture.html",
        "capture.js"
    ],
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        ""
    ]
}