Captr
Take and edit beautiful screenshots on the fly
Captrคืออะไร?
Captr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Suman Sigdel และคุณลักษณะหลักของมันคือ "Take and edit beautiful screenshots on the fly"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Captr
ดาวน์โหลดไฟล์ส่วนขยาย Captr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Captr is an extension that takes screenshots and let you edit them directly on the browser. With Captr, all it takes is one click to select an area and voila! 💥 You have a stunning screenshot complete with proper padding, gradients, and rounded corners. Share your screenshots on social media and Impress your friends 🤓. Extension contains one time payment to "Remove watermark" and enable paid features. Clarification on Extension Permission -> Read your browsing history - Chrome adds this line as we request tabs permission to take the screenshot.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Captr |
ID | jdidignfmeafmfcenkokiflhkghajlon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/captr/jdidignfmeafmfcenkokiflhkghajlon |
คำอธิบาย | Take and edit beautiful screenshots on the fly |
ขนาดไฟล์ | 273 KB |
จำนวนการติดตั้ง | 122 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-04-25 |
วันที่เผยแพร่ | 2023-03-31 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Suman Sigdel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://www.trycaptr.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.chromeshot.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Captr", "description": "Take and edit beautiful screenshots on the fly", "version": "1.1", "options_ui": { "page": "options.html" }, "icons": { "16": "\/images\/1616.png", "19": "\/images\/1919.png", "32": "\/images\/3838.png", "48": "\/images\/4848.png", "128": "\/images\/128128.png" }, "action": { "default_icon": "\/images\/chromeshotWhite.png", "default_title": "Captr", "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "activeTab", "tabs", "scripting" ] } |