Designer Tools

Measure and align elements within Chrome

Designer Toolsคืออะไร?

Designer Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://designer.tools และคุณลักษณะหลักของมันคือ "Measure and align elements within Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Designer Tools

ดาวน์โหลดไฟล์ส่วนขยาย Designer Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}