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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rplusj และคุณลักษณะหลักของมันคือ "You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Guided Lines for awesome web developers

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}