Foundation Overlay

This extension creates an overlay for the Foundation grid system

Foundation Overlayคืออะไร?

Foundation Overlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Samuels และคุณลักษณะหลักของมันคือ "This extension creates an overlay for the Foundation grid system"

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

screenshot

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

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

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

                        Foundation overlay displays the grid overlay on top of your website built on the Foundation framework. It detects custom grid widths, so long as Foundation is using the default container and span classes. 

This project was forked from Bootstrap overlay https://github.com/chuckhendo/chrome-bootstrap
Feedback is encouraged and welcomed at https://github.com/danielsamuels/chrome-foundation                    

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

ชื่อ Foundation Overlay Foundation Overlay
ID odknmbgidnpnihgllkebklpekefphpbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/foundation-overlay/odknmbgidnpnihgllkebklpekefphpbn
คำอธิบาย This extension creates an overlay for the Foundation grid system
ขนาดไฟล์ 9.14 KB
จำนวนการติดตั้ง 857
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2014-10-18
วันที่เผยแพร่ 2014-10-18
คะแนน 4.50/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Daniel Samuels
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/danielsamuels/chrome-foundation
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Foundation Overlay",
    "description": "This extension creates an overlay for the Foundation grid system",
    "version": "1.2.1",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon32_off.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        ""
    ]
}