HTML to Framer
Bring your own website into Framer with a few clicks. Simply copy and paste web elements and edit them directly in Framer.
Was ist HTML to Framer?
HTML to Framer ist eine Chrome-Erweiterung, die von https://framer.com entwickelt wurde, und ihr Hauptmerkmal ist "Bring your own website into Framer with a few clicks. Simply copy and paste web elements and edit them directly in Framer.".
Erweiterungsscreenshots
HTML to Framer-Erweiterungs-CRX-Datei herunterladen
Laden Sie HTML to Framer-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
Once you have installed the extension, simply hover over any element such as text, images, buttons, or entire layouts. Click to copy, then go to Framer and press ⌘V (or Ctrl V on Windows) to paste. Your elements will be pasted with a clean layer hierarchy, ready to be further edited or published immediately within Framer. Pro tip: Hold Shift to copy multiple items for even greater speed. To select a parent element of a site item, press Esc while hovering over it. Framer is where teams design and publish stunning sites. Try it for free today at framer.com
Grundlegende Informationen zur Erweiterung
Name | HTML to Framer |
ID | haijifigpgpndcnbbjooffflaceedhdp |
Offizielle URL | https://chromewebstore.google.com/detail/html-to-framer/haijifigpgpndcnbbjooffflaceedhdp |
Beschreibung | Bring your own website into Framer with a few clicks. Simply copy and paste web elements and edit them directly in Framer. |
Dateigröße | 35.35 KB |
Installationsanzahl | 60,000 |
Aktuelle Version | 0.6 |
Letztes Update | 2023-11-30 |
Veröffentlichungsdatum | 2023-09-04 |
Bewertung | 4.91/5 Insgesamt 34 Bewertungen |
Entwickler | https://framer.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://framer.com |
Hilfeseite URL | https://framer.community |
URL der Datenschutzrichtlinien-Seite | https://www.framer.com/legal/privacy-statement |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML to Framer", "version": "0.6", "description": "Bring your own website into Framer with a few clicks. Simply copy and paste web elements and edit them directly in Framer.", "permissions": [ "activeTab", "scripting", "webNavigation" ], "host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": ".\/build\/background.js" }, "action": { "default_title": "Start the extension" }, "icons": { "16": "icons\/default\/icon16.png", "32": "icons\/default\/icon32.png", "48": "icons\/default\/icon48.png", "128": "icons\/default\/icon128.png" } } |