Bootstrapify
One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
Cos'è Bootstrapify?
Bootstrapify è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bootstrapify
Scarica i file di estensione Bootstrapify 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
One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user styles with Twitter Bootstrap styles. The resulting page will have a white background and black text (no background images), large font size and adequate line height, Twitter Bootstrap typography, including heading sizes, sans-serif font, and Bootstrap enhancements to standard elements including tables, forms and buttons. Please consider contributing to this plugin on Github! https://github.com/kellyk/bootstrapify
Informazioni di Base sull'Estensione
Nome | Bootstrapify |
ID | hblmelfajaaodoajgfmobneamfbomkkd |
URL Ufficiale | https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd |
Descrizione | One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user… |
Dimensione del File | 7.92 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-05-05 |
Data di Pubblicazione | 2014-05-04 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/kellyk/bootstrapify |
URL della Pagina di Aiuto | https://github.com/kellyk/bootstrapify/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrapify", "version": "0.0.1", "permissions": [ "activeTab", "http:\/\/www.bootstrapcdn.com\/" ], "background": { "scripts": [ "startup.js", "bootstrapify.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Import Bootstrap Styles" }, "manifest_version": 2 } |