SVG Screenshot
Create scalable screenshots.
SVG Screenshotคืออะไร?
SVG Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Saad และคุณลักษณะหลักของมันคือ "Create scalable screenshots."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SVG Screenshot
ดาวน์โหลดไฟล์ส่วนขยาย SVG Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Take an SVG screenshot of your tab with just one click. Please note that this extension is still in a very pre-alpha stage and will break often. It will also take some to load as SVGs are CPU intensive, they compute each pixel before storing it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SVG Screenshot |
ID | dmkjpfgdjiokimcemagieionmjgadjkg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/svg-screenshot/dmkjpfgdjiokimcemagieionmjgadjkg |
คำอธิบาย | Create scalable screenshots. |
ขนาดไฟล์ | 14.85 KB |
จำนวนการติดตั้ง | 563 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-04-09 |
วันที่เผยแพร่ | 2020-04-07 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Saad |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SVG Screenshot", "description": "Create scalable screenshots.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab", " |