ScreenSnip

A tool that allows you to take a screenshot of the current tab and crop it.

ScreenSnipคืออะไร?

ScreenSnip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bhayatus และคุณลักษณะหลักของมันคือ "A tool that allows you to take a screenshot of the current tab and crop it."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard.                    

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

ชื่อ ScreenSnip ScreenSnip
ID okodoejppedehahibmdngneledbkliap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap
คำอธิบาย A tool that allows you to take a screenshot of the current tab and crop it.
ขนาดไฟล์ 44.84 KB
จำนวนการติดตั้ง 1,086
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-04-05
วันที่เผยแพร่ 2020-04-05
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา bhayatus
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenSnip",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "A tool that allows you to take a screenshot of the current tab and crop it.",
    "browser_action": {
        "default_title": "ScreenSnip"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads"
    ]
}