Simple Screen Capture: Full Page Screenshot

Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.

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

Simple Screen Capture: Full Page Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roher และคุณลักษณะหลักของมันคือ "Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click."

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

screenshot
screenshot
screenshot

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

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

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

                        Easily capture & save screenshot of a whole web page or a part of it with a single click
Have you ever been in a situation where you needed to capture a screenshot of a webpage but ended up with a partial image or missing important information? 😫 It can be frustrating and time-consuming to try and get the perfect shot, especially if you're not familiar with keyboard shortcuts or other methods for capturing screenshots.

Fortunately, there is a solution that makes the process quick and easy - Simple Screen Capture! 🙌 This handy extension allows you to capture and save screenshots of entire web pages or specific sections with just one click.

One of the biggest advantages of using Simple Screen Capture is that it saves you time and effort. Instead of manually taking multiple screenshots and trying to piece them together, this extension captures the entire page in one go. This means that you can get all the information you need in one shot, without having to worry about missing anything important. ⏰

Another great feature of Simple Screen Capture is its user-friendly interface. With just a few clicks, you can easily crop and edit your screenshots before saving or sharing them. This allows you to customize your images and make them look exactly how you want them to. 🎨

But that's not all - Simple Screen Capture also allows you to add annotations and highlights to your screenshots. This is especially useful if you need to point out specific information or highlight important details for others to see. 📝

Furthermore, Simple Screen Capture is compatible with all major browsers, including Chrome. 🌐

Whether you're a student, researcher, or just someone who loves to share content with friends, Simple Screen Capture is a must-have tool for anyone who wants to streamline their screenshot process and save time. So why wait? Try out Simple Screen Capture today and see how easy it is to capture and save your favorite online content! 🚀                    

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

ชื่อ Simple Screen Capture: Full Page Screenshot Simple Screen Capture: Full Page Screenshot
ID abndihhlelpieilmoibnmiopmekfnnof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-screen-capture-ful/abndihhlelpieilmoibnmiopmekfnnof
คำอธิบาย Simple Screen Capture is a handy Chrome Extension that allows you to effortlessly capture full page screenshots with just a click.
ขนาดไฟล์ 313 KB
จำนวนการติดตั้ง 911
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-07-21
วันที่เผยแพร่ 2023-06-30
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Roher
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,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",
    "version": "1.7",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Simple Screen Capture",
        "default_icon": {
            "16": "Icons\/icon16.png",
            "32": "Icons\/icon32.png",
            "48": "Icons\/icon48.png",
            "128": "Icons\/icon128.png"
        }
    },
    "icons": {
        "16": "Icons\/icon16.png",
        "32": "Icons\/icon32.png",
        "48": "Icons\/icon48.png",
        "128": "Icons\/icon128.png"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "contentScript\/content.js"
            ]
        }
    ]
}