QuickGrid

Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid

QuickGridคืออะไร?

QuickGrid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @rubencodes และคุณลักษณะหลักของมันคือ "Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid"

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

screenshot
screenshot

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

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

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

                        This extension overlays a grid on any page to assist you in designing pixel-perfectly aligned websites. All hover and click events continue to operate as expected despite the overlay, allowing you to see how any events affect alignment. This tool is free to use, and open-source; all code can be found at: https://github.com/rubencodes/QuickGrid


Copyright © 2020 Ruben.Codes | Ruben Martinez Jr.                    

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

ชื่อ QuickGrid QuickGrid
ID pbjjfblpdkpkdkmhkhfjjjmkdpempebm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quickgrid/pbjjfblpdkpkdkmhkhfjjjmkdpempebm
คำอธิบาย Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid
ขนาดไฟล์ 7.54 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2020-07-15
วันที่เผยแพร่ 2015-04-02
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา @rubencodes
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rubencodes/QuickGrid
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuickGrid",
    "description": "Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https:\/\/github.com\/rmartinez93\/QuickGrid",
    "version": "2.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "QuickGrid",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}