Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Convert any website into fully editable Figma designs. Requires the associated Figma plugin!",
"name": "html.to.design",
"version": "0.0.187",
"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",
"identity",
"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": [],
"optional_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."
}
}
}