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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
    }
}