NV Static Grid
Static grid for the website
Hvad er NV Static Grid?
NV Static Grid er en Chrome-udvidelse udviklet af Nitesh Vaidya, og dens hovedfunktion er "Static grid for the website".
Udvidelsesskærmbilleder
Download NV Static Grid-udvidelses-CRX-fil
Download NV Static Grid-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Static 12 column grid for tab and above devices. Static 4 column grid for the mobile.
Grundlæggende oplysninger om udvidelsen
Navn | NV Static Grid |
ID | ofkmgjkekkjganjkgjlenndbalgidphg |
Officiel URL | https://chromewebstore.google.com/detail/nv-static-grid/ofkmgjkekkjganjkgjlenndbalgidphg |
Beskrivelse | Static grid for the website |
Filstørrelse | 3.87 KB |
Antal Installationer | 75 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2022-05-06 |
Udgivelsesdato | 2022-05-06 |
Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
Udvikler | Nitesh Vaidya |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |