Xsnap (full page screenshot tool)
Screenshot utility. Allows you to take screenshots of an arbitrary area of the screen, edit them and upload to the server
Xsnap (full page screenshot tool)คืออะไร?
Xsnap (full page screenshot tool) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BestExt และคุณลักษณะหลักของมันคือ "Screenshot utility. Allows you to take screenshots of an arbitrary area of the screen, edit them and upload to the server"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xsnap (full page screenshot tool)
ดาวน์โหลดไฟล์ส่วนขยาย Xsnap (full page screenshot tool) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
How to take a screenshot / screenshot on PC / computer / computer? Our extension will help you with this! Xsnap is a tool that allows you to easily take screenshots, displaying the size of the picture in pixels, in one click of any selected area on the browser tab. You simply click the Xsnap icon, similar to Light shot, in the toolbar or status bar, then select the area you want to take a screenshot from and click “Save” or “Save to Site”. You can resize and move the selection area directly on the browser tab without opening any additional applications. This makes the process very simple and easy. You can also edit your pictures (add text, draw lines, arrows and other functions). If you need to take a quick screenshot / screenshot of the screen displaying the size, then Xsnap is for you! Also, you can send your screen to print with a preview using our screenshoter!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mkjnomgbfhfkhgnkhbfecgebabemjmdc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/xsnap-full-page-screensho/mkjnomgbfhfkhgnkhbfecgebabemjmdc |
คำอธิบาย | Screenshot utility. Allows you to take screenshots of an arbitrary area of the screen, edit them and upload to the server |
ขนาดไฟล์ | 312 KB |
จำนวนการติดตั้ง | 2,640 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2020-09-26 |
วันที่เผยแพร่ | 2020-09-21 |
คะแนน | 4.61/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | BestExt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://is-top.ru/privacy.html |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Xsnap" }, "description": "__MSG_appDesc__", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png" }, "default_locale": "en_US", "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.1" } |