Doodlebug
Overlay designs from Figma in Chrome to build great websites faster
Doodlebug là gì?
Doodlebug là một tiện ích mở rộng Chrome được phát triển bởi https://getdoodlebug.com, và tính năng chính của nó là "Overlay designs from Figma in Chrome to build great websites faster".
Ả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 Doodlebug
Tải xuống các tệp mở rộng Doodlebug 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
Doodlebug makes web developers more efficient by overlaying mockups from Figma directly in Chrome. It provides a pixel-perfect visual guide right over what you're building. Featuring: • Support for up to 3 responsive screen widths. • Drag to position designs anywhere on screen, or set to specific values. • Ability to invert the reference image's colors to get an even better view. • Keyboard shortcuts for maximum efficiency. Stop guessing. Ship great websites fast with Doodlebug.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Doodlebug |
ID | hhdodkjeibaiahbompoikjhmefejjlep |
URL Chính Thức | https://chromewebstore.google.com/detail/doodlebug/hhdodkjeibaiahbompoikjhmefejjlep |
Mô tả | Overlay designs from Figma in Chrome to build great websites faster |
Kích Thước Tệp | 1.62 MB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | [email protected] |
Cập Nhật Lần Cuối | 2020-03-08 |
Ngày Phát Hành | 2020-03-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://getdoodlebug.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://getdoodlebug.com |
URL Trang Trợ Giúp | https://getdoodlebug.com |
URL Trang Chính Sách Bảo Mật | https://app.getdoodlebug.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2.6", "version_name": "[email protected]", "manifest_version": 2, "name": "Doodlebug", "description": "Overlay designs from Figma in Chrome to build great websites faster", "background": { "scripts": [ "background.js" ] }, "browser_action": [], "permissions": [ "contextMenus", "activeTab", "identity", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "*.html", "clear.png" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com 'sha256-R62XbLdu\/F5fwgDDTYOc\/1wCH3GCAQGl\/r0jsI3HlSc='; object-src 'self'", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } } |