Bootstrap Grid for any Website

Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.

Qu'est-ce que Bootstrap Grid for any Website ?

Bootstrap Grid for any Website est une extension Chrome développée par Tam Nguyen, et sa fonction principale est "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bootstrap Grid for any Website

Téléchargez les fichiers d'extension Bootstrap Grid for any Website 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

                        Boostrap Grid will display 12 vitual bootstrap columns and padding  (grid) in your display. 
Click the Bootstrap Grid  icon to toggle the overlay on and off. The grid will be **displayed in any website**. If you change change size responsive. please push on/off button to make grid correct.

Ver1.1.0 Now extension can apply responsive as well.
Ver1.1.1 fix minor bug                    

Informations de Base sur l'Extension

Nom Bootstrap Grid for any Website Bootstrap Grid for any Website
ID ngjnlpkfccnglmlobafmobgjoiiliden
URL Officiel https://chromewebstore.google.com/detail/bootstrap-grid-for-any-we/ngjnlpkfccnglmlobafmobgjoiiliden
Description Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.
Taille du Fichier 42.21 KB
Nombre d'Installations 3,423
Version Actuelle 1.1.1
Dernière Mise à Jour 2019-01-18
Date de Publication 2019-01-17
Évaluation 4.67/5 Total 6 Évaluations
Développeur Tam Nguyen
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": "Bootstrap Grid for any Website",
    "short_name": "Bootstrap Grid",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.",
    "browser_action": {
        "default_icon": "src\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "src\/content",
        "src\/content_temp",
        "libs\/jquery.js"
    ]
}