NV Static Grid

Static grid for the website

Qu'est-ce que NV Static Grid ?

NV Static Grid est une extension Chrome développée par Nitesh Vaidya, et sa fonction principale est "Static grid for the website".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NV Static Grid

Téléchargez les fichiers d'extension NV Static Grid au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Static 12 column grid for tab and above devices.
Static 4 column grid for the mobile.                    

Informations de Base sur l'Extension

Nom NV Static Grid NV Static Grid
ID ofkmgjkekkjganjkgjlenndbalgidphg
URL Officiel https://chromewebstore.google.com/detail/nv-static-grid/ofkmgjkekkjganjkgjlenndbalgidphg
Description Static grid for the website
Taille du Fichier 3.87 KB
Nombre d'Installations 75
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-05-06
Date de Publication 2022-05-06
Évaluation 5.00/5 Total 6 Évaluations
Développeur Nitesh Vaidya
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}