NV Static Grid
Static grid for the website
What is NV Static Grid?
NV Static Grid is a Chrome extension developed by Nitesh Vaidya, and its main feature is "Static grid for the website".
Extension Screenshots
Download NV Static Grid Extension CRX File
Download NV Static Grid extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Static 12 column grid for tab and above devices. Static 4 column grid for the mobile.
Extension Basic Information
Name | NV Static Grid |
ID | ofkmgjkekkjganjkgjlenndbalgidphg |
Official URL | https://chromewebstore.google.com/detail/nv-static-grid/ofkmgjkekkjganjkgjlenndbalgidphg |
Description | Static grid for the website |
File Size | 3.87 KB |
Installation Count | 75 |
Current Version | 1.0.1 |
Last Updated | 2022-05-06 |
Publish Date | 2022-05-06 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Nitesh Vaidya |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |