NV Static Grid
Static grid for the website
Cos'è NV Static Grid?
NV Static Grid è un'estensione di Chrome sviluppata da Nitesh Vaidya, e la sua funzione principale è "Static grid for the website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NV Static Grid
Scarica i file di estensione NV Static Grid in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Static 12 column grid for tab and above devices. Static 4 column grid for the mobile.
Informazioni di Base sull'Estensione
Nome | NV Static Grid |
ID | ofkmgjkekkjganjkgjlenndbalgidphg |
URL Ufficiale | https://chromewebstore.google.com/detail/nv-static-grid/ofkmgjkekkjganjkgjlenndbalgidphg |
Descrizione | Static grid for the website |
Dimensione del File | 3.87 KB |
Conteggio Installazioni | 75 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-05-06 |
Data di Pubblicazione | 2022-05-06 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Nitesh Vaidya |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |