PixGrid Ruler

Your Pixel-Perfect Ruler for Measuring Web Elements

PixGrid Rulerคืออะไร?

PixGrid Ruler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karir Chado และคุณลักษณะหลักของมันคือ "Your Pixel-Perfect Ruler for Measuring Web Elements"

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing PixGrid: Your Ultimate Pixel-Perfect Ruler for Web Element Measurements

Discover PixGrid, the browser extension designed to enhance your web browsing experience with pinpoint precision. Whether you're a designer, developer, or simply someone who values accuracy, PixGrid is your go-to tool for measuring web elements effortlessly.

Features:
📏 Ruler Tool: Get pixel-perfect measurements with our intuitive ruler feature. Say goodbye to estimation and hello to precision.

🔍 Measure Web Elements: Seamlessly measure elements on web pages to ensure your designs align perfectly and your layouts are on point.

🖱️ Free Selection: Enjoy the freedom to select any element on a webpage and instantly measure its size with ease.

⌨️ Keyboard Shortcuts: Navigate through measurements swiftly using convenient keyboard shortcuts, streamlining your workflow.

Who Can Benefit:

🎨 Designers: Perfect for ensuring your designs are pixel-perfect and align seamlessly with your vision.

💻 Developers: Streamline your coding process by accurately measuring and placing web elements in the right spots.

📐 Professionals: Architects, photographers, and other professionals can rely on PixGrid for precise measurements on web content.

📚 Students: Ideal for learning about web design and development, giving you the tools to practice and grow.

Elevate your browsing experience today with PixGrid – where precision meets simplicity. Try it now and experience the future of accurate web element measurement.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PixGrid Ruler PixGrid Ruler
ID glkplndamjplebapgopdlbicglmfimic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pixgrid-ruler/glkplndamjplebapgopdlbicglmfimic
คำอธิบาย Your Pixel-Perfect Ruler for Measuring Web Elements
ขนาดไฟล์ 463 KB
จำนวนการติดตั้ง 305,684
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-09-08
วันที่เผยแพร่ 2023-09-04
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Karir Chado
อีเมล kakirichado16@gmail.com
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vQ7Y4yUqG03mnVevTsNi6MyC5vQ2QAchEotjCOLaZQlYM_kG4mzwpSP2l4fqCNK1P__OdeCF8fozMMw/pub
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "version": "1.0.1",
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "default_locale": "en",
    "minimum_chrome_version": "102",
    "permissions": [
        "scripting",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "incognito": "split",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/content.css",
                "images\/close.png",
                "images\/help.png",
                "images\/element-mode-toggle.png",
                "images\/arrow-up.png",
                "images\/arrow-down.png",
                "images\/arrow-left.png",
                "images\/arrow-right.png",
                "images\/dock-top.png",
                "images\/dock-bottom.png",
                "images\/help-white.png",
                "images\/crosshair.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}