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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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",
        ""
    ]
}