Bootstrap resize tool
Resize browser window to Bootstrap sizes like col-lg col-md etc..
Qu'est-ce que Bootstrap resize tool ?
Bootstrap resize tool est une extension Chrome développée par uonick, et sa fonction principale est "Resize browser window to Bootstrap sizes like col-lg col-md etc..".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bootstrap resize tool
Téléchargez les fichiers d'extension Bootstrap resize tool 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
This extension allows you to change the browser size according to the size specifications Bootstrap
Informations de Base sur l'Extension
Nom | Bootstrap resize tool |
ID | fnlkljfogjamjaemldpapdokokkifmib |
URL Officiel | https://chromewebstore.google.com/detail/bootstrap-resize-tool/fnlkljfogjamjaemldpapdokokkifmib |
Description | Resize browser window to Bootstrap sizes like col-lg col-md etc.. |
Taille du Fichier | 45.39 KB |
Nombre d'Installations | 1,497 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2014-08-20 |
Date de Publication | 2014-08-20 |
Évaluation | 4.00/5 Total 11 Évaluations |
Développeur | uonick |
Type de Paiement | free |
Site Web de l'Extension | http://uonick.ru/bootsizer |
URL de la Page d'Aide | http://uonick.ru/bootsizer |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bootstrap resize tool", "short_name": "BootSizer", "description": "Resize browser window to Bootstrap sizes like col-lg col-md etc..", "version": "1.4.1", "author": "uonick", "homepage_url": "http:\/\/uonick.ru\/bootsizer", "background": { "scripts": [ "js\/popup.js" ] }, "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "64": "img\/64x64.png", "96": "img\/96x96.png", "128": "img\/128x128.png" }, "browser_action": { "default_icon": "img\/16x16.png", "default_title": "Resize window", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |