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": "fubukicss-tool", "description": "one step to get css from figma", "version": "1.0.21", "icons": { "128": "icon\/128.png" }, "web_accessible_resources": [ { "resources": [ "\/injected.js", "\/assets\/injected.css" ], "matches": [ "https:\/\/figma.com\/*", "https:\/\/www.figma.com\/*" ] }, { "resources": [ "\/figma.js" ], "matches": [ "https:\/\/www.figma.com\/*" ] } ], "permissions": [ "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "alarms" ], "host_permissions": [ "https:\/\/www.figma.com\/file\/*", "https:\/\/www.figma.com\/design\/*", "https:\/\/raw.githubusercontent.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "figma", "enabled": true, "path": "rules\/figma.json" } ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/figma.com\/file\/*", "https:\/\/www.figma.com\/design\/*", "https:\/\/www.figma.com\/file\/*" ], "run_at": "document_end", "js": [ "content-scripts\/content.js" ] } ] }