Doodlebug

Overlay designs from Figma in Chrome to build great websites faster

Doodlebug란 무엇입니까?

Doodlebug은(는) https://getdoodlebug.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Overlay designs from Figma in Chrome to build great websites faster"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Doodlebug 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}