Protoship Teleport
Export the current page as a fully-editable Adobe XD design
什麼是Protoship Teleport?
Protoship Teleport是由https://protoship.io開發的Chrome擴展程式,該擴展的主要功能是“Export the current page as a fully-editable Adobe XD design”。
擴展截圖
下載Protoship Teleport擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | pcadggpcnldkomldiabgknclgfekakna |
| 官方網址 | 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": []
} | |