Guided Lines for awesome web developers

You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)

What is Guided Lines for awesome web developers?

Guided Lines for awesome web developers is a Chrome extension developed by rplusj, and its main feature is "You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)".

Extension Screenshots

screenshot

Download Guided Lines for awesome web developers Extension CRX File

Download Guided Lines for awesome web developers 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

                        You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)                    

Extension Basic Information

Name Guided Lines for awesome web developers Guided Lines for awesome web developers
ID dpcjbjhjjfbpalaabgmmcojejekcofid
Official URL https://chromewebstore.google.com/detail/guided-lines-for-awesome/dpcjbjhjjfbpalaabgmmcojejekcofid
Description You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)
File Size 210 KB
Installation Count 10
Current Version 0.0.1
Last Updated 2015-01-30
Publish Date 2015-01-30
Rating 5.00/5 Total 1 Ratings
Developer rplusj
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Guided Lines for awesome web developers",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)",
    "homepage_url": "http:\/\/DomainNotPurchased.com",
    "icons": {
        "16": "icons\/ico.png",
        "48": "icons\/ico.png",
        "128": "icons\/ico.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/ico.png",
        "default_title": "Guided Lines for awesome web developers",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}