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

Apa itu Guided Lines for awesome web developers?

Guided Lines for awesome web developers adalah ekstensi Chrome yang dikembangkan oleh rplusj, dan fitur utamanya adalah "You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Guided Lines for awesome web developers

Unduh file ekstensi Guided Lines for awesome web developers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Guided Lines for awesome web developers Guided Lines for awesome web developers
ID dpcjbjhjjfbpalaabgmmcojejekcofid
URL Resmi https://chromewebstore.google.com/detail/guided-lines-for-awesome/dpcjbjhjjfbpalaabgmmcojejekcofid
Deskripsi You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)
Ukuran File 210 KB
Jumlah Instalasi 10
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2015-01-30
Tanggal Publikasi 2015-01-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang rplusj
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}