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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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