QuickGrid

Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid

ما هو QuickGrid؟

QuickGrid هو إضافة Chrome تم تطويرها بواسطة @rubencodes، والميزة الرئيسية لها هي "Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid".

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

screenshot
screenshot

تحميل ملف CRX للإضافة QuickGrid

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

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

                        This extension overlays a grid on any page to assist you in designing pixel-perfectly aligned websites. All hover and click events continue to operate as expected despite the overlay, allowing you to see how any events affect alignment. This tool is free to use, and open-source; all code can be found at: https://github.com/rubencodes/QuickGrid


Copyright © 2020 Ruben.Codes | Ruben Martinez Jr.                    

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

الاسم QuickGrid QuickGrid
ID pbjjfblpdkpkdkmhkhfjjjmkdpempebm
عنوان URL الرسمي https://chromewebstore.google.com/detail/quickgrid/pbjjfblpdkpkdkmhkhfjjjmkdpempebm
الوصف Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https://github.com/rmartinez93/QuickGrid
حجم الملف 7.54 KB
عدد التثبيتات 160
النسخة الحالية 2.0.1
آخر تحديث 2020-07-15
تاريخ النشر 2015-04-02
تقييم 3.00/5 مجموع تقييمات 3
المطور @rubencodes
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/rubencodes/QuickGrid
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuickGrid",
    "description": "Overlay a grid on any page to aid in designing pixel-perfect sites. Code can be found at: https:\/\/github.com\/rmartinez93\/QuickGrid",
    "version": "2.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "QuickGrid",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}