Guide lines

Easily check the visual alignment of the page elements.

Guide linesคืออะไร?

Guide lines เป็นส่วนขยายของ Chrome ที่พัฒนาโดย imagentleman (José Antonio Chio) และคุณลักษณะหลักของมันคือ "Easily check the visual alignment of the page elements."

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

screenshot

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

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

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

                        Get a vertical guide (line) and a horizontal guide that follow your mouse and go across the entire viewport. 

Useful to quickly check the alignment of elements in a page.

Icon from https://material.io/tools/icons/                    

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

ชื่อ Guide lines Guide lines
ID ghlopmkdjokkoobjieilmddcnaamboln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln
คำอธิบาย Easily check the visual alignment of the page elements.
ขนาดไฟล์ 9.17 KB
จำนวนการติดตั้ง 999
เวอร์ชันปัจจุบัน 5
อัปเดตครั้งล่าสุด 2022-04-06
วันที่เผยแพร่ 2018-06-16
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา imagentleman (José Antonio Chio)
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guide lines",
    "version": "5",
    "description": "Easily check the visual alignment of the page elements.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "b16.png",
            "24": "b24.png",
            "32": "b32.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "minimum_chrome_version": "88"
}