Doodlebug
Overlay designs from Figma in Chrome to build great websites faster
Wat is Doodlebug?
Doodlebug is een Chrome-extensie ontwikkeld door https://getdoodlebug.com, en de belangrijkste functie is "Overlay designs from Figma in Chrome to build great websites faster".
Extensie Screenshots
Download het CRX-bestand van de extensie Doodlebug
Download Doodlebug-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Doodlebug |
ID | hhdodkjeibaiahbompoikjhmefejjlep |
Officiële URL | https://chromewebstore.google.com/detail/doodlebug/hhdodkjeibaiahbompoikjhmefejjlep |
Beschrijving | Overlay designs from Figma in Chrome to build great websites faster |
Bestandsgrootte | 1.62 MB |
Aantal Installaties | 72 |
Huidige Versie | [email protected] |
Laatst Bijgewerkt | 2020-03-08 |
Publicatiedatum | 2020-03-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://getdoodlebug.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://getdoodlebug.com |
Help Pagina-URL | https://getdoodlebug.com |
URL van de Privacybeleid Pagina | https://app.getdoodlebug.com/privacy |
Ondersteunde Talen | 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" } } |