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…
Cos'è bootify - A Bootstrap Injector?
bootify - A Bootstrap Injector è un'estensione di Chrome sviluppata da Josh Wein, e la sua funzione principale è "Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione bootify - A Bootstrap Injector
Scarica i file di estensione bootify - A Bootstrap Injector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | bootify - A Bootstrap Injector |
ID | ekbicbimdmfoehanpahkcajejciloahj |
URL Ufficiale | https://chromewebstore.google.com/detail/bootify-a-bootstrap-injec/ekbicbimdmfoehanpahkcajejciloahj |
Descrizione | Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save… |
Dimensione del File | 27.38 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.96 |
Ultimo Aggiornamento | 2016-04-21 |
Data di Pubblicazione | 2016-04-20 |
Sviluppatore | Josh Wein |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/JoshWein/bootify |
Lingue Supportate | 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": [ " |