Guides

This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned

Guidesคืออะไร?

Guides เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stefano Vollono และคุณลักษณะหลักของมันคือ "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned"

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

screenshot

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

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

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

                        This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements in the page are correctly aligned.

1. ESC key or click on browser icon to exit/enter the application.
2. Double click on a ruler to create a new guide.
3. Double click on a guide to delete it.                    

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

ชื่อ Guides Guides
ID hfpokjeoalngkknelljbenaobinichjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf
คำอธิบาย This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
ขนาดไฟล์ 14.65 KB
จำนวนการติดตั้ง 2,014
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2022-03-22
วันที่เผยแพร่ 2017-06-24
คะแนน 4.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Stefano Vollono
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/StefanoVollono/guides
URL หน้าช่วยเหลือ https://github.com/StefanoVollono/guides/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guides",
    "description": "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned",
    "version": "2.1.1",
    "homepage_url": "https:\/\/github.com\/StefanoVollono\/guides",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "48": "images\/icons\/icon48.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/hruler.png",
                "images\/vruler.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}