BSInfo - Bootstrap Info Box
Shows a box with information about the currently used bootstrap version and current grid breakpoint
Qu'est-ce que BSInfo - Bootstrap Info Box ?
BSInfo - Bootstrap Info Box est une extension Chrome développée par Propra, et sa fonction principale est "Shows a box with information about the currently used bootstrap version and current grid breakpoint".
Télécharger le fichier CRX de l'extension BSInfo - Bootstrap Info Box
Téléchargez les fichiers d'extension BSInfo - Bootstrap Info Box 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
Shows a info box with the bootstrap-version used and the current viewport / grid-size being used. Release notes: BSInfo 0.4 - July 27, 2018: Toggle state is now remembered per domain
Informations de Base sur l'Extension
Nom | |
ID | pegegcbjkghiphdgfgbifbelkpnljkbm |
URL Officiel | https://chromewebstore.google.com/detail/bsinfo-bootstrap-info-box/pegegcbjkghiphdgfgbifbelkpnljkbm |
Description | Shows a box with information about the currently used bootstrap version and current grid breakpoint |
Taille du Fichier | 81.18 KB |
Nombre d'Installations | 22 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2018-07-27 |
Date de Publication | 2018-07-27 |
Développeur | Propra |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BSInfo - Bootstrap Info Box", "short_name": "BSInfo", "version": "0.4", "description": "Shows a box with information about the currently used bootstrap version and current grid breakpoint", "author": "Josha van Praag", "browser_action": { "default_icon": "img\/bs_logo.png", "default_title": "BSInfo" }, "background": { "scripts": [ "events.js" ], "persistent": false }, "icons": { "16": "img\/bs_logo_16.png", "128": "img\/bs_logo_128.png", "256": "img\/bs_logo_256.png" }, "content_scripts": [ { "css": [ "bsinfo.css" ], "js": [ "bsinfo.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ] } |