Designer Tools

Measure and align elements within Chrome

Designer Tools란 무엇입니까?

Designer Tools은(는) https://designer.tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Measure and align elements within Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        If you're a web designer or developer, you know how important it is to have the right tools to build pixel-perfect websites and applications. That's where Chrome Designer Tools comes in. You can easily create visually appealing and accurate designs with powerful features like rulers, guidelines, element alignment, and space measurement. And with the ability to add grids, save, move, remove guides, and change settings, you'll have even more control over your design process. Additionally, with a wealth of additional resources available to PLUS subscribers, you'll have the tools you need to succeed. Try Chrome Designer Tools today and see how it can transform your workflow.                    

확장 프로그램 기본 정보

이름 Designer Tools Designer Tools
ID jiiidpmjdakhbgkbdchmhmnfbdebfnhp
공식 URL https://chromewebstore.google.com/detail/designer-tools/jiiidpmjdakhbgkbdchmhmnfbdebfnhp
설명 Measure and align elements within Chrome
파일 크기 974 KB
설치 횟수 70,000
현재 버전 4.21
최근 업데이트 2024-01-02
출시 날짜 2020-01-30
평점 4.73/5 총 188 개의 평점
개발자 https://designer.tools
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://designer.tools/
도움말 페이지 URL https://designer.tools/contact
개인정보 보호 정책 페이지 URL https://designer.tools/privacy-policy
지원되는 언어 de,en,fr,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_title__",
    "short_name": "DesignerTools",
    "version": "4.21",
    "manifest_version": 3,
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "homepage_url": "https:\/\/designer.tools\/",
    "icons": {
        "16": "img\/appicons\/icon16.png",
        "19": "img\/appicons\/icon19.png",
        "32": "img\/appicons\/icon32.png",
        "48": "img\/appicons\/icon48.png",
        "128": "img\/appicons\/icon128.png",
        "512": "img\/appicons\/icon512.png"
    },
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_title": "__MSG_open_extension__"
    },
    "permissions": [
        "identity",
        "identity.email",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "file:\/\/\/*",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "665859454684-s6nmohpktccl2srxvc67thbmpclpa36v.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "omnibox": {
        "keyword": "design"
    },
    "commands": {
        "enable": {
            "suggested_key": {
                "default": "Alt+I",
                "windows": "Alt+I",
                "mac": "Alt+I"
            },
            "description": "__MSG_open_extension__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}