Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML to Figma \u2014 Import Webpages to Figma", "description": "Convert any Webpage into fully editable figma design. Requires the figma plugin with the same name.", "version": "1.0.1", "permissions": [ "tabs", "activeTab" ], "action": { "default_popup": "src\/popup\/index.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-DT4KzRj3.js" ], "matches": [ "<all_urls>" ], "css": [ "assets\/index-cZyaGdXu.css" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/useChromeMessage-DboUbIU0.js", "assets\/index.ts-LmQBJpxF.js" ], "use_dynamic_url": true } ] }