Protoship Teleport

Export the current page as a fully-editable Adobe XD design

Was ist Protoship Teleport?

Protoship Teleport ist eine Chrome-Erweiterung, die von https://protoship.io entwickelt wurde, und ihr Hauptmerkmal ist "Export the current page as a fully-editable Adobe XD design".

Erweiterungsscreenshots

screenshot

Protoship Teleport-Erweiterungs-CRX-Datei herunterladen

Laden Sie Protoship Teleport-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Protoship Teleport Protoship Teleport
ID pcadggpcnldkomldiabgknclgfekakna
Offizielle URL https://chromewebstore.google.com/detail/protoship-teleport/pcadggpcnldkomldiabgknclgfekakna
Beschreibung Export the current page as a fully-editable Adobe XD design
Dateigröße 297 KB
Installationsanzahl 7,578
Aktuelle Version 3.1 Fix network error when importing certain sites with fontSize 0
Letztes Update 2022-07-15
Veröffentlichungsdatum 2022-07-14
Bewertung 3.73/5 Insgesamt 11 Bewertungen
Entwickler https://protoship.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://protoship.io/teleport
Hilfeseite URL https://protoship.io/teleport
Unterstützte Sprachen 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": []
}