Guide lines

Easily check the visual alignment of the page elements.

What is Guide lines?

Guide lines is a Chrome extension developed by imagentleman (José Antonio Chio), and its main feature is "Easily check the visual alignment of the page elements.".

Extension Screenshots

screenshot

Download Guide lines Extension CRX File

Download Guide lines extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Guide lines Guide lines
ID ghlopmkdjokkoobjieilmddcnaamboln
Official URL https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln
Description Easily check the visual alignment of the page elements.
File Size 9.17 KB
Installation Count 999
Current Version 5
Last Updated 2022-04-06
Publish Date 2018-06-16
Rating 3.00/5 Total 3 Ratings
Developer imagentleman (José Antonio Chio)
Email [email protected]
Payment Type free
Supported Languages 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"
}