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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring your own website into Framer with a few clicks. Simply copy and paste web elements and edit them directly in Framer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTML to Framer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}