Screentake (screenshot tool)

It is a free application that allows you to take screenshots with one click.

Screentake (screenshot tool)คืออะไร?

Screentake (screenshot tool) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.scrtake.com และคุณลักษณะหลักของมันคือ "It is a free application that allows you to take screenshots with one click."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screentake (screenshot tool)

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

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

                        This tool was designed as a free screenshot tool and it's completely free.

It is an application designed as a Windows and Chrome Extension. You can save screenshots as PNG, JPEG, GIF, WEBP, PDF and BMP in the most common formats.

This free screenshot tool has powerful editor. You can make the edits you want in the screenshot very easily.
You can directly add different shapes like pencil drawing, triangle, square, circle, heart, star, arrow and straight line to the screenshot.
In addition to these, it also includes features such as a fully customizable text tool, emoji support, numbered button, and adding images.

It supports importing popular image formats.
You can directly add PNG, JPEG, GIF, WEBP, BMP, TIFF, SVG and Photoshop (PSD) images to screenshots.

In addition, if there is a part that you do not want to appear in the screenshot, you can also use the blur and pixelation tools.                    

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

ชื่อ Screentake (screenshot tool) Screentake (screenshot tool)
ID njhamojcokaaiieihmjhicihbgohghke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screentake-screenshot-too/njhamojcokaaiieihmjhicihbgohghke
คำอธิบาย It is a free application that allows you to take screenshots with one click.
ขนาดไฟล์ 2.32 MB
จำนวนการติดตั้ง 285
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-02-16
วันที่เผยแพร่ 2021-02-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.scrtake.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.scrtake.com
ภาษาที่รองรับ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_screentake_name__",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_screentake_description__",
    "author": "https:\/\/www.scrtake.com",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "extension\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        },
        "default_title": "__MSG_screentake_default_title__"
    },
    "offline_enabled": true
}