Bootstrapify
One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
Hvad er Bootstrapify?
Bootstrapify er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…".
Udvidelsesskærmbilleder
Download Bootstrapify-udvidelses-CRX-fil
Download Bootstrapify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Bootstrapify |
ID | hblmelfajaaodoajgfmobneamfbomkkd |
Officiel URL | https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd |
Beskrivelse | One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user… |
Filstørrelse | 7.92 KB |
Antal Installationer | 42 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2014-05-05 |
Udgivelsesdato | 2014-05-04 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/kellyk/bootstrapify |
Hjælpeside-URL | https://github.com/kellyk/bootstrapify/issues |
Understøttede Sprog | 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 } |