Edit & screenshot your page with SLAP!
You will love sharing screenshots 🤩
Edit & screenshot your page with SLAP!คืออะไร?
Edit & screenshot your page with SLAP! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://slapit.io และคุณลักษณะหลักของมันคือ "You will love sharing screenshots 🤩"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Edit & screenshot your page with SLAP!
ดาวน์โหลดไฟล์ส่วนขยาย Edit & screenshot your page with SLAP! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Slap your awesome screenshots, in seconds. 👉 Do you need to share some screenshots in a presentation, slides or on social posts? We all went there, editing screenshots in a quick & dirty way using paint or powerpoint...But guess what, we can all see it is fake... Use Slap to stand out from others and look like a pro designer. 📝 Edit a webpage: blur a part, hide another, edit a text 📷 Capture it (or upload): full page or an area 🎨 Choose your style: select a predefined style, adjust it to fit your brand 🤩 Wow your audience: copy paste or download png
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Edit & screenshot your page with SLAP! |
ID | egoodkmbdbnciihghfplgnfngeahpbek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/edit-screenshot-your-page/egoodkmbdbnciihghfplgnfngeahpbek |
คำอธิบาย | You will love sharing screenshots 🤩 |
ขนาดไฟล์ | 6.36 MB |
จำนวนการติดตั้ง | 55 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2023-11-22 |
วันที่เผยแพร่ | 2023-07-11 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://slapit.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://slapit.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Edit & screenshot your page with SLAP!", "version": "1.0.5", "description": "You will love sharing screenshots \ud83e\udd29", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_title": "Slap - Awesome screenshots" }, "icons": { "16": "icons\/white16.png", "32": "icons\/white32.png", "48": "icons\/white48.png", "128": "icons\/white128.png" }, "permissions": [ "activeTab", "storage", "downloads", "tabs", "scripting" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/pages\/content\/index.js" ] } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+2" }, "description": "Open the extension and directly capture an area" }, "capture-full-screen": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Capture the visible part of the active tab" }, "enter-edit-mode": { "suggested_key": { "default": "Ctrl+Shift+E" }, "description": "Edit your page before capturing it" } }, "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "icons\/*.png", "audio\/*.mp3", "images\/*.png", "images\/*.gif", "images\/*.svg" ], "matches": [ "*:\/\/*\/*" ] } ] } |