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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |