SK Grid

Display # columns grid with gutter and page margin

ما هو SK Grid؟

SK Grid هو إضافة Chrome تم تطويرها بواسطة Stefan Kuip، والميزة الرئيسية لها هي "Display # columns grid with gutter and page margin".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SK Grid

قم بتنزيل ملفات الامتداد SK Grid بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        1.0.11 Custom column count and gutter width weren't picked up.
1.0.12 Breakpoint was 1px off
1.0.13 Allow more then twelve columns
1.0.14 New default breakpoints                    

معلومات أساسية عن التمديد

الاسم SK Grid SK Grid
ID icgjopnmcbdofbgadbmghaokjmedpoop
عنوان URL الرسمي https://chromewebstore.google.com/detail/sk-grid/icgjopnmcbdofbgadbmghaokjmedpoop
الوصف Display # columns grid with gutter and page margin
حجم الملف 10.83 KB
عدد التثبيتات 151
النسخة الحالية 1.0.14
آخر تحديث 2020-01-26
تاريخ النشر 2020-01-26
تقييم 5.00/5 مجموع تقييمات 2
المطور Stefan Kuip
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://skuip.net/extensions/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "128": "icon-128.png"
        }
    },
    "description": "Display # columns grid with gutter and page margin",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "SK Grid",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "SK Grid",
    "version": "1.0.14"
}