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 ;)

Wat is Guided Lines for awesome web developers?

Guided Lines for awesome web developers is een Chrome-extensie ontwikkeld door rplusj, en de belangrijkste functie is "You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Guided Lines for awesome web developers

Download Guided Lines for awesome web developers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Guided Lines for awesome web developers Guided Lines for awesome web developers
ID dpcjbjhjjfbpalaabgmmcojejekcofid
Officiële URL https://chromewebstore.google.com/detail/guided-lines-for-awesome/dpcjbjhjjfbpalaabgmmcojejekcofid
Beschrijving You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)
Bestandsgrootte 210 KB
Aantal Installaties 10
Huidige Versie 0.0.1
Laatst Bijgewerkt 2015-01-30
Publicatiedatum 2015-01-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar rplusj
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}