Framer Code Generator
Framer snippets included for fast prototyping.
Framer Code Generator là gì?
Framer Code Generator là một tiện ích mở rộng Chrome được phát triển bởi ruucm.a, và tính năng chính của nó là "Framer snippets included for fast prototyping.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Framer Code Generator
Tải xuống các tệp mở rộng Framer Code Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A code generator for helping fast prototyping on Framer Web. It includes useful snippets for prototyping on Framer Web. * Framer Web - https://framer.com/projects
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Framer Code Generator |
ID | lijpejhigjbpnfgonmnknknaoneddjei |
URL Chính Thức | https://chromewebstore.google.com/detail/framer-code-generator/lijpejhigjbpnfgonmnknknaoneddjei |
Mô tả | Framer snippets included for fast prototyping. |
Kích Thước Tệp | 243 KB |
Số Lần Cài Đặt | 276 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2021-01-04 |
Ngày Phát Hành | 2021-01-04 |
Nhà Phát Triển | ruucm.a |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Framer snippets included for fast prototyping.", "version": "0.1.0", "name": "Framer Code Generator", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "permissions": [ "clipboardWrite", "clipboardRead", "contextMenus" ], "commands": { "toggle-feature-foo": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "Toggle feature foo" }, "toggle-feature-foo2": { "suggested_key": { "default": "Alt+Shift+Y", "mac": "Alt+Shift+Y" }, "description": "Toggle feature foo2" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+G", "windows": "Alt+Shift+G", "mac": "Alt+Shift+G" } }, "NO-suggested-key": { "description": "user must specify shortcut keys for this from the extensions page" } }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |