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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://getdoodlebug.com |
عنوان صفحة سياسة الخصوصية | 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" } } |