Doodlebug
Overlay designs from Figma in Chrome to build great websites faster
Doodlebugคืออะไร?
Doodlebug เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getdoodlebug.com และคุณลักษณะหลักของมันคือ "Overlay designs from Figma in Chrome to build great websites faster"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doodlebug
ดาวน์โหลดไฟล์ส่วนขยาย Doodlebug ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Doodlebug |
ID | hhdodkjeibaiahbompoikjhmefejjlep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/doodlebug/hhdodkjeibaiahbompoikjhmefejjlep |
คำอธิบาย | Overlay designs from Figma in Chrome to build great websites faster |
ขนาดไฟล์ | 1.62 MB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | [email protected] |
อัปเดตครั้งล่าสุด | 2020-03-08 |
วันที่เผยแพร่ | 2020-03-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://getdoodlebug.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://getdoodlebug.com |
URL หน้าช่วยเหลือ | https://getdoodlebug.com |
URL หน้านโยบายความเป็นส่วนตัว | https://app.getdoodlebug.com/privacy |
ภาษาที่รองรับ | 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" } } |