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.
Τι είναι το HTML to Framer;
Το HTML to Framer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://framer.com, και η κύρια λειτουργία του είναι "Bring your own website into Framer with a few clicks. Simply copy and paste web elements and edit them directly in Framer.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HTML to Framer
Λήψη αρχείων επέκτασης HTML to Framer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | HTML to Framer |
ID | haijifigpgpndcnbbjooffflaceedhdp |
Επίσημο URL | https://chromewebstore.google.com/detail/html-to-framer/haijifigpgpndcnbbjooffflaceedhdp |
Περιγραφή | Bring your own website into Framer with a few clicks. Simply copy and paste web elements and edit them directly in Framer. |
Μέγεθος Αρχείου | 35.35 KB |
Αριθμός Εγκαταστάσεων | 60,000 |
Τρέχουσα Έκδοση | 0.6 |
Τελευταία Ενημέρωση | 2023-11-30 |
Ημερομηνία Δημοσίευσης | 2023-09-04 |
Αξιολόγηση | 4.91/5 Συνολικά 34 Αξιολογήσεις |
Προγραμματιστής | https://framer.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://framer.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://framer.community |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.framer.com/legal/privacy-statement |
Υποστηριζόμενες Γλώσσες | 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" } } |