Protoship Teleport
Export the current page as a fully-editable Adobe XD design
Protoship Teleport là gì?
Protoship Teleport là một tiện ích mở rộng Chrome được phát triển bởi https://protoship.io, và tính năng chính của nó là "Export the current page as a fully-editable Adobe XD design".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Protoship Teleport
Tải xuống các tệp mở rộng Protoship Teleport dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Protoship Teleport |
ID | pcadggpcnldkomldiabgknclgfekakna |
URL Chính Thức | https://chromewebstore.google.com/detail/protoship-teleport/pcadggpcnldkomldiabgknclgfekakna |
Mô tả | Export the current page as a fully-editable Adobe XD design |
Kích Thước Tệp | 297 KB |
Số Lần Cài Đặt | 7,578 |
Phiên Bản Hiện Tại | 3.1 Fix network error when importing certain sites with fontSize 0 |
Cập Nhật Lần Cuối | 2022-07-15 |
Ngày Phát Hành | 2022-07-14 |
Đánh Giá | 3.73/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://protoship.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://protoship.io/teleport |
URL Trang Trợ Giúp | https://protoship.io/teleport |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |