NV Static Grid

Static grid for the website

ما هو NV Static Grid؟

NV Static Grid هو إضافة Chrome تم تطويرها بواسطة Nitesh Vaidya، والميزة الرئيسية لها هي "Static grid for the website".

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

screenshot

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

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

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

                        Static 12 column grid for tab and above devices.
Static 4 column grid for the mobile.                    

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

الاسم NV Static Grid NV Static Grid
ID ofkmgjkekkjganjkgjlenndbalgidphg
عنوان URL الرسمي https://chromewebstore.google.com/detail/nv-static-grid/ofkmgjkekkjganjkgjlenndbalgidphg
الوصف Static grid for the website
حجم الملف 3.87 KB
عدد التثبيتات 75
النسخة الحالية 1.0.1
آخر تحديث 2022-05-06
تاريخ النشر 2022-05-06
تقييم 5.00/5 مجموع تقييمات 6
المطور Nitesh Vaidya
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NV Static Grid",
    "action": [],
    "manifest_version": 3,
    "version": "1.0.1",
    "author": "Nitesh Vaidya",
    "description": "Static grid for the website",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}