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

什么是Guided Lines for awesome web developers?

Guided Lines for awesome web developers是由rplusj开发的Chrome扩展程序,该扩展的主要功能是“You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)”。

扩展截图

screenshot

下载Guided Lines for awesome web developers扩展crx文件

下载Guided Lines for awesome web developers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Guided Lines for awesome web developers Guided Lines for awesome web developers
ID dpcjbjhjjfbpalaabgmmcojejekcofid
官方URL https://chromewebstore.google.com/detail/guided-lines-for-awesome/dpcjbjhjjfbpalaabgmmcojejekcofid
简介 You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)
文件大小 210 KB
安装次数 10
当前版本 0.0.1
更新时间 2015-01-30
上架时间 2015-01-30
评分 5.00/5 共1次评分
开发者 rplusj
付费类型 free
支持的语言 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"
            ]
        }
    ]
}