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是由https://framer.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" } } |