VisBug

Open source browser design tools

VisBug란 무엇입니까?

VisBug은(는) https://visbug.web.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open source browser design tools"입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Open source web design debug tools built with JavaScript: a FireBug for designers.

- Point, click, move, resize & tinker
- Edit or style any page, in any state, like it's an artboard
- Inspect styles, spacing, distance, accessibility and alignment
- Nitpick layouts & content, in the real end environment, at any device size
- Leverage adobe/sketch skills
- Edit text, replace images
- Design within the chaos: use production or prototypes and the odd states they produce, as artboards and design opportunities
- Design while DevTools simulates latency, i18n, media queries, platform constraints, CPUs, screensize, etc
- Make more decisions on the front end of your site/app (a11y, responsive, edge cases, etc)
- No waiting for developers to expose their legos, just go direct and edit the end state (regardless of framework) and execute/test an idea

Give power to designers & content creators, in a place where they currently feel they have little to none, **by bringing design tool interactions and hotkeys to the browser**                    

확장 프로그램 기본 정보

이름 VisBug VisBug
ID cdockenadnadldjbbgcallicgledbeoc
공식 URL https://chromewebstore.google.com/detail/visbug/cdockenadnadldjbbgcallicgledbeoc
설명 Open source browser design tools
파일 크기 5.35 MB
설치 횟수 187,716
현재 버전 0.3.55
최근 업데이트 2022-10-21
출시 날짜 2020-06-26
평점 4.82/5 총 225 개의 평점
개발자 https://visbug.web.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/GoogleChromeLabs/ProjectVisBug
도움말 페이지 URL https://github.com/GoogleChromeLabs/ProjectVisBug/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VisBug",
    "version": "0.3.55",
    "description": "Open source browser design tools",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/visbug.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "visbug.js",
            "contextmenu\/launcher.js",
            "contextmenu\/colormode.js",
            "contextmenu\/colorscheme.js"
        ]
    },
    "browser_action": {
        "default_title": "Click or press Alt+Shift+D to launch VisBug",
        "default_icon": {
            "128": "icons\/visbug.png"
        }
    },
    "web_accessible_resources": [
        "tuts\/*",
        "toolbar\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+D",
                "mac": "Alt+Shift+D",
                "chromeos": "Alt+Shift+D",
                "linux": "Alt+Shift+D"
            }
        }
    }
}