NV Static Grid
Static grid for the website
Was ist NV Static Grid?
NV Static Grid ist eine Chrome-Erweiterung, die von Nitesh Vaidya entwickelt wurde, und ihr Hauptmerkmal ist "Static grid for the website".
Erweiterungsscreenshots
NV Static Grid-Erweiterungs-CRX-Datei herunterladen
Laden Sie NV Static Grid-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Static 12 column grid for tab and above devices.
Static 4 column grid for the mobile. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ofkmgjkekkjganjkgjlenndbalgidphg |
| Offizielle URL | https://chromewebstore.google.com/detail/nv-static-grid/ofkmgjkekkjganjkgjlenndbalgidphg |
| Beschreibung | Static grid for the website |
| Dateigröße | 3.87 KB |
| Installationsanzahl | 75 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2022-05-06 |
| Veröffentlichungsdatum | 2022-05-06 |
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
| Entwickler | Nitesh Vaidya |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |