Doodlebug

Overlay designs from Figma in Chrome to build great websites faster

Cos'è Doodlebug?

Doodlebug è un'estensione di Chrome sviluppata da https://getdoodlebug.com, e la sua funzione principale è "Overlay designs from Figma in Chrome to build great websites faster".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Doodlebug

Scarica i file di estensione Doodlebug in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Doodlebug Doodlebug
ID hhdodkjeibaiahbompoikjhmefejjlep
URL Ufficiale https://chromewebstore.google.com/detail/doodlebug/hhdodkjeibaiahbompoikjhmefejjlep
Descrizione Overlay designs from Figma in Chrome to build great websites faster
Dimensione del File 1.62 MB
Conteggio Installazioni 72
Versione Corrente [email protected]
Ultimo Aggiornamento 2020-03-08
Data di Pubblicazione 2020-03-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://getdoodlebug.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getdoodlebug.com
URL della Pagina di Aiuto https://getdoodlebug.com
URL della Pagina della Politica sulla Privacy https://app.getdoodlebug.com/privacy
Lingue Supportate 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"
    }
}