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 |
公式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 |
Eメール | [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" } } |