Layout Grid for browser

You can set Layout Grid like design tools.

Layout Grid for browserคืออะไร?

Layout Grid for browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hanzochang และคุณลักษณะหลักของมันคือ "You can set Layout Grid like design tools."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Layout Grid for browser

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

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

                        Layout Grid for browser: 

It is an extension that allows you to lay out a LayoutGrid in your browser like a design tool, for instance, Figma, Sketch, Photoshop, and Illustrator.
And it provides you a high-performance ruler tools.

It is useful for marking up HTML, checking a design, and analyzing any other reference sites.

Recommended for such occasions:
Markup, Designing, Quality assurance.

Features: 
- Layoutgrid can be laid out by setting a gap to an arbitrary width.For example, 8px, 16px, 24px...etc. in multiples of 8. For example, a multiple of 10...
- You can immediately start up and measure the number of pixels.
- Simply roll over a line to instantly check the number of pixels
- You can immediately launch the extension by simply clicking on the extension button.
- Once a guide is created, it can be saved as a URL.
- The color of the guide can be changed freely.
- The transparency of the guide can be changed freely.
- The angle of the guide can be changed freely, even to a 45-degree angle.                    

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

ชื่อ Layout Grid for browser Layout Grid for browser
ID bbdnijijeinpiofenalkidmomaibgcno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/layout-grid-for-browser/bbdnijijeinpiofenalkidmomaibgcno
คำอธิบาย You can set Layout Grid like design tools.
ขนาดไฟล์ 952 KB
จำนวนการติดตั้ง 725
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-03-28
วันที่เผยแพร่ 2022-09-04
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา hanzochang
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hanzochang.com/
URL หน้าช่วยเหลือ https://hanzochang.com/
URL หน้านโยบายความเป็นส่วนตัว https://turquoise-keeper-45e.notion.site/d377a9c044484f58a3f5c785525537a7
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "layout Grid",
    "name": "Layout Grid for browser",
    "description": "You can set Layout Grid like design tools.",
    "version": "1.0.2",
    "manifest_version": 3,
    "action": {
        "default_title": "LayoutGrid"
    },
    "background": {
        "service_worker": ".\/static\/js\/serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "layoutgrid_16x16.png",
        "48": "layoutgrid_48x48.png",
        "128": "onLayoutgrid_128x128.png"
    }
}