Screenshot Capture

Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.

Screenshot Captureคืออะไร?

Screenshot Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Helping Hands และคุณลักษณะหลักของมันคือ "Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye."

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

screenshot
screenshot
screenshot

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

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

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

                        Captures Screen shots at ease with just a mouse click.
This helps in saving the file in your specified format.
Different from other screenshot applications as it captures the visible part of tab or webpage only not the entire screen.
Simple and Easy to use.

How to use:

1)Navigate to your desired page and click on the icon present at the right top.
2)It takes a screen shot of the screen and opens in a new tab and you can save it with your desired name and format.
3)Now right click on the image that is opened in the new tab and use different options to save
Different options available
1) Click on the "Save image as" to save the image to your Disk in any format.
2) Click on the "Copy image" to copy the image and paste it in word,excel,mail and so on..
3) Click on the "Search Google for image" to launch image search in google                    

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

ชื่อ Screenshot Capture Screenshot Capture
ID gmpjpbggancfjbfkhfjnkdfnjpgdjakp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screenshot-capture/gmpjpbggancfjbfkhfjnkdfnjpgdjakp
คำอธิบาย Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.
ขนาดไฟล์ 17.71 KB
จำนวนการติดตั้ง 1,867
เวอร์ชันปัจจุบัน 3.7
อัปเดตครั้งล่าสุด 2021-02-22
วันที่เผยแพร่ 2019-06-21
คะแนน 4.64/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา Helping Hands
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screenshot Capture",
    "description": "Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.",
    "version": "3.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}