Grrrid

A very simple grid system overlay pluggin.

Grrridคืออะไร?

Grrrid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย david marsalone และคุณลักษณะหลักของมันคือ "A very simple grid system overlay pluggin."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grrrid

ดาวน์โหลดไฟล์ส่วนขยาย Grrrid ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You can manage :

- Number of columns
- Columns width
- Gutter width
- Grid alignement to left, center or right. Then you can adjust the offset.
- Opacity

The "common grid" preset selector will probably help you to find in one click your favorite grid framework...960.gs, 978.gs, Twitter Bootstrap... 

When you leave Grrrid, it records your current grid. Thus you won't need to re-customize it when you refresh the page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Grrrid Grrrid
ID fikpgdnlnimmndcamdmmkfjblcfnckoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/grrrid/fikpgdnlnimmndcamdmmkfjblcfnckoo
คำอธิบาย A very simple grid system overlay pluggin.
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 1,164
เวอร์ชันปัจจุบัน 0.0.1.2
อัปเดตครั้งล่าสุด 2012-10-03
วันที่เผยแพร่ 2012-10-03
คะแนน 3.68/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา david marsalone
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grrrid",
    "version": "0.0.1.2",
    "manifest_version": 2,
    "description": "A very simple grid system overlay pluggin.",
    "browser_action": {
        "default_icon": "img\/app\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "img\/app\/icon16.png",
        "48": "img\/app\/icon48.png",
        "32": "img\/app\/icon32.png",
        "128": "img\/app\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "css": [
                "css\/grrrid.css"
            ],
            "js": [
                "js\/background.js",
                "js\/jquery-1.7.2.js",
                "js\/jquery.jstepper.min.js",
                "js\/grrrid.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "tabs",
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}