NV Static Grid
Static grid for the website
Wat is NV Static Grid?
NV Static Grid is een Chrome-extensie ontwikkeld door Nitesh Vaidya, en de belangrijkste functie is "Static grid for the website".
Extensie Screenshots
Download het CRX-bestand van de extensie NV Static Grid
Download NV Static Grid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Static 12 column grid for tab and above devices.
Static 4 column grid for the mobile. Basisinformatie over de Extensie
| Naam | |
| ID | ofkmgjkekkjganjkgjlenndbalgidphg |
| Officiële URL | https://chromewebstore.google.com/detail/nv-static-grid/ofkmgjkekkjganjkgjlenndbalgidphg |
| Beschrijving | Static grid for the website |
| Bestandsgrootte | 3.87 KB |
| Aantal Installaties | 75 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-05-06 |
| Publicatiedatum | 2022-05-06 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Nitesh Vaidya |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |