Element to Figma
Copy page elements to figma
What is Element to Figma?
Element to Figma is a Chrome extension developed by https://octavioamu.com, and its main feature is "Copy page elements to figma".
Extension Screenshots
Download Element to Figma Extension CRX File
Download Element to Figma extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Element to Figma |
ID | apadkficecnpmnjmedbpdbkikcofdpim |
Official URL | https://chromewebstore.google.com/detail/element-to-figma/apadkficecnpmnjmedbpdbkikcofdpim |
Description | Copy page elements to figma |
File Size | 197 KB |
Installation Count | 4,175 |
Current Version | 1.0.1 |
Last Updated | 2020-12-13 |
Publish Date | 2020-12-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://octavioamu.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/octavioamu/element-to-figma |
Help Page URL | https://github.com/octavioamu/element-to-figma/issues |
Supported Languages | 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" ] } |