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 |
| 公式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 |
| Eメール | [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": []
} | |