html.to.design

Convert any website into fully editable Figma designs. Requires the associated Figma plugin!

html.to.designคืออะไร?

html.to.design เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-webstore และคุณลักษณะหลักของมันคือ "Convert any website into fully editable Figma designs. Requires the associated Figma plugin!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย html.to.design

ดาวน์โหลดไฟล์ส่วนขยาย html.to.design ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With html.to.design, convert any website into fully editable Figma designs. Even private webpages behind a log-in ✨ Leverage an existing website and import its html to Figma to start your own designs, without building each element from scratch.

Before going any further, please note that this Chrome extension is a companion to the html.to.design Figma plugin, and you’ll need to install the Figma plugin first. 

How it works: 

1. Install the html.to.design Chrome extension by clicking on ‘Add to Chrome’.

2. Navigate and log in to the page you would like to import into Figma. (This extension is especially designed for private pages behind a log-in. To import a public website, you can use our Figma plugin without the need for the Chrome extension). 

3. Click on the html.to.design extension icon in your Chrome top bar. 

4. The extension will automatically start extracting html from the page. (You’ll see the following message in your browser: `html.to.design started debugging this browser`. Don’t worry, this means everything is working as expected.)

5. Once the download is complete, head over to Figma and launch the html.to.design plugin. 

6. You’ll see a big box where you can directly drag and drop the file generated and downloaded by the Chrome extension. 

7. html.to.design will immediately start importing the page into Figma, and you’re all set! 

8. Happy designing!

------- 

Powered by story.to.design technology 🚀

------- 

Notes: 
- In order to best map what you see in your browser to Figma, we need to access Chrome's debugging features. 
- We don't store or log anything outside of your browser. Everything stays local, we might add anonymous analytics in the future.
- Keep in mind that this Chrome extension is still work in progress, and while we strive for pixel-perfect, it may not always be there yet. 

Thank you for your support and patience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ html.to.design html.to.design
ID ldnheaepmnmbjjjahokphckbpgciiaed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/htmltodesign/ldnheaepmnmbjjjahokphckbpgciiaed
คำอธิบาย Convert any website into fully editable Figma designs. Requires the associated Figma plugin!
ขนาดไฟล์ 278 KB
จำนวนการติดตั้ง 192,243
เวอร์ชันปัจจุบัน 0.0.89
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2022-11-13
คะแนน 4.58/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา chrome-webstore
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://html.to.design
URL หน้าช่วยเหลือ https://html.to.design/chat
URL หน้านโยบายความเป็นส่วนตัว https://html.to.design/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "\u2039div\u203aRIOTS",
    "description": "Convert any website into fully editable Figma designs. Requires the associated Figma plugin!",
    "name": "html.to.design",
    "version": "0.0.89",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "debugger",
        "downloads",
        "storage",
        "webNavigation"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "commands": {
        "capture-full": {
            "suggested_key": {
                "default": "Shift+Alt+E"
            },
            "description": "Capture full page."
        },
        "capture-selection": {
            "suggested_key": {
                "default": "Shift+Alt+D"
            },
            "description": "Capture selection."
        }
    }
}