bootify - A Bootstrap Injector
Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…
Qu'est-ce que bootify - A Bootstrap Injector ?
bootify - A Bootstrap Injector est une extension Chrome développée par Josh Wein, et sa fonction principale est "Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension bootify - A Bootstrap Injector
Téléchargez les fichiers d'extension bootify - A Bootstrap Injector 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
Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save websites that you always want bootstrap on. Works great for old websites like your college professor's. Not recommended for websites that are already responsive. Source Code: https://github.com/JoshWein/bootify
Informations de Base sur l'Extension
Nom | bootify - A Bootstrap Injector |
ID | ekbicbimdmfoehanpahkcajejciloahj |
URL Officiel | https://chromewebstore.google.com/detail/bootify-a-bootstrap-injec/ekbicbimdmfoehanpahkcajejciloahj |
Description | Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save… |
Taille du Fichier | 27.38 KB |
Nombre d'Installations | 32 |
Version Actuelle | 0.96 |
Dernière Mise à Jour | 2016-04-21 |
Date de Publication | 2016-04-20 |
Développeur | Josh Wein |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/JoshWein/bootify |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "bootify - A Bootstrap Injector", "version": "0.96", "permissions": [ "activeTab", "storage", "tabs", "contextMenus", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Add bootstrap to page." }, "manifest_version": 2, "options_page": "options.html", "content_scripts": [ { "matches": [ " |