Element to Figma
Copy page elements to figma
Element to Figma क्या है?
Element to Figma https://octavioamu.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy page elements to figma"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Element to Figma एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension to select the page UI elements and download them to later import it to Figma, based on the great job from https://github.com/BuilderIO/html-figma this browser extension allow you to download the selected pieces on the page instead of all the content so you can later import those to Figma.
एक्सटेंशन की मूल जानकारी
नाम | Element to Figma |
ID | apadkficecnpmnjmedbpdbkikcofdpim |
आधिकारिक URL | https://chromewebstore.google.com/detail/element-to-figma/apadkficecnpmnjmedbpdbkikcofdpim |
विवरण | Copy page elements to figma |
फ़ाइल का आकार | 197 KB |
स्थापना संख्या | 4,175 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2020-12-13 |
प्रकाशन तिथि | 2020-12-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://octavioamu.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/octavioamu/element-to-figma |
सहायता पृष्ठ URL | https://github.com/octavioamu/element-to-figma/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Element to Figma", "description": "Copy page elements to figma", "version": "1.0.1", "manifest_version": 2, "icons": { "48": "icons\/icon128.png", "128": "icons\/icon256.png" }, "browser_action": { "default_title": "Element to Figma", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ "activeTab", "downloads" ] } |