Grid System

Grid System for web development

ما هو Grid System؟

Grid System هو إضافة Chrome تم تطويرها بواسطة Pavel Fomichev، والميزة الرئيسية لها هي "Grid System for web development".

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

screenshot

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

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

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

                        Grid System for web development                    

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

الاسم Grid System Grid System
ID mhdiagjmgbkgeeppcohbjboloihjljho
عنوان URL الرسمي https://chrome.google.com/webstore/detail/grid-system/mhdiagjmgbkgeeppcohbjboloihjljho
الوصف Grid System for web development
حجم الملف 8.57 KB
عدد التثبيتات 4,000
النسخة الحالية 1.1
آخر تحديث 2014-08-29
تاريخ النشر 2014-08-29
تقييم 3.29/5 مجموع تقييمات 17
المطور Pavel Fomichev
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grid System",
    "short_name": "Grid System for web development",
    "description": "Grid System for web development",
    "version": "1.1",
    "author": "Pavel Fomichev",
    "offline_enabled": true,
    "icons": {
        "16": "grid16.png",
        "48": "grid48.png",
        "128": "grid128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "grid-content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "grid19.png",
        "default_title": "Grid System",
        "default_popup": "grid.html"
    }
}