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.
Co je HTML to Framer?
HTML to Framer je rozšíření Chrome vyvinuté https://framer.com, a jeho hlavní funkcí je „Bring your own website into Framer with a few clicks. Simply copy and paste web elements and edit them directly in Framer.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření HTML to Framer
Stáhněte si soubory rozšíření HTML to Framer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | HTML to Framer |
ID | haijifigpgpndcnbbjooffflaceedhdp |
Oficiální URL | https://chromewebstore.google.com/detail/html-to-framer/haijifigpgpndcnbbjooffflaceedhdp |
Popis | Bring your own website into Framer with a few clicks. Simply copy and paste web elements and edit them directly in Framer. |
Velikost souboru | 35.35 KB |
Počet instalací | 60,000 |
Aktuální Verze | 0.6 |
Poslední Aktualizace | 2023-11-30 |
Datum Vydání | 2023-09-04 |
Hodnocení | 4.91/5 Celkem 34 Hodnocení |
Vývojář | https://framer.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://framer.com |
URL Stránky Nápovědy | https://framer.community |
URL Stránky Zásad Ochrany Soukromí | https://www.framer.com/legal/privacy-statement |
Podporované Jazyky | 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" } } |