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"입니다.

확장 프로그램 스크린샷

screenshot

Protoship Teleport 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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": []
}