Protoship Teleport
Export the current page as a fully-editable Adobe XD design
Protoship Teleportคืออะไร?
Protoship Teleport เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://protoship.io และคุณลักษณะหลักของมันคือ "Export the current page as a fully-editable Adobe XD design"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Protoship Teleport
ดาวน์โหลดไฟล์ส่วนขยาย Protoship Teleport ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instantly convert any webpage into an Adobe XD artboard. Use any website in the world as a moodboard! Experiment with designs without having to start from scratch. This is also accompanied by an Adobe XD plugin which can downloaded from our website. You will need both plugins.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Protoship Teleport |
ID | pcadggpcnldkomldiabgknclgfekakna |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/protoship-teleport/pcadggpcnldkomldiabgknclgfekakna |
คำอธิบาย | Export the current page as a fully-editable Adobe XD design |
ขนาดไฟล์ | 297 KB |
จำนวนการติดตั้ง | 7,578 |
เวอร์ชันปัจจุบัน | 3.1 Fix network error when importing certain sites with fontSize 0 |
อัปเดตครั้งล่าสุด | 2022-07-15 |
วันที่เผยแพร่ | 2022-07-14 |
คะแนน | 3.73/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://protoship.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://protoship.io/teleport |
URL หน้าช่วยเหลือ | https://protoship.io/teleport |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Protoship Teleport", "version": "3.0.1", "version_name": "3.1 Fix network error when importing certain sites with fontSize 0", "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png" }, "default_title": "Protoship Teleport: export current site as an Adobe XD design" }, "description": "Export the current page as a fully-editable Adobe XD design", "icons": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "author": "Protoship", "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/protoship.io\/teleport", "permissions": [ "activeTab", "scripting" ], "host_permissions": [] } |