Lightshot (screenshot tool)

Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.

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

Lightshot (screenshot tool) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.prntscr.com และคุณลักษณะหลักของมันคือ "Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server."

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

screenshot
screenshot
screenshot

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

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

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

                        Lightshot is the fastest way to take a customizable screenshot. Simple interface, nothing useless and light weight.

Features:
* take screenshot and share it in few clicks
* select any part of the page
* edit screenshot in place
* save on a disk or upload to the cloud
* search for similar screenshots
* copy screenshot in clipboard

More information here: http://app.prntscr.com/
Privacy policy: https://app.prntscr.com/en/privacy.html?privacy

Clarification of the extension permissions:
* Read your browsing history - Chrome adds this line when we request tabs manipulation permission. Lightshot opens screenshot in a new tab, that is why we need it.
* Display notifications - Lightshot displays notification every time you upload screenshot
* Modify data you copy and paste - Lightshot allows you to copy screenshot into your Clipboard
* Manage your downloads - Lightshot allows you to save screenshot as a new file (works using download functions)

Contact e-mail: [email protected] Send your requests and bug reports here. We appreciate your contribution!                    

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

ชื่อ Lightshot (screenshot tool) Lightshot (screenshot tool)
ID mbniclmhobmnbdlbpiphghaielnnpgdp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mbniclmhobmnbdlbpiphghaielnnpgdp
คำอธิบาย Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.
ขนาดไฟล์ 669 KB
จำนวนการติดตั้ง 3,248,647
เวอร์ชันปัจจุบัน 6.3.0
อัปเดตครั้งล่าสุด 2020-01-27
วันที่เผยแพร่ 2020-01-22
คะแนน 4.41/5 รวมทั้งหมด 6794 คะแนน
ผู้พัฒนา https://app.prntscr.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.prntscr.com/
URL หน้าช่วยเหลือ https://app.prntscr.com/help.html
URL หน้านโยบายความเป็นส่วนตัว https://app.prntscr.com/en/privacy.html?privacy
ภาษาที่รองรับ id,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,bn,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_screenshotplugin_name__",
    "default_locale": "en",
    "icons": {
        "24": "img\/icon24.png",
        "38": "img\/icon38.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "author": "http:\/\/app.prntscr.com\/",
    "background": {
        "persistent": false,
        "scripts": [
            "libs\/jquery-3.2.1.min.js",
            "event.js"
        ]
    },
    "version": "6.3.0",
    "manifest_version": 2,
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "notifications",
        "clipboardWrite",
        "downloads",
        "cookies"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "__MSG_screenshotplugin_default_title__"
    },
    "description": "__MSG_screenshotplugin_short_description__"
}