Bootstrapify
One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
Co to jest Bootstrapify?
Bootstrapify to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bootstrapify
Pobierz pliki rozszerzeń Bootstrapify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Bootstrapify |
ID | hblmelfajaaodoajgfmobneamfbomkkd |
Oficjalny URL | https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd |
Opis | One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user… |
Rozmiar pliku | 7.92 KB |
Liczba instalacji | 42 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2014-05-05 |
Data Publikacji | 2014-05-04 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/kellyk/bootstrapify |
Adres URL Strony Pomocy | https://github.com/kellyk/bootstrapify/issues |
Obsługiwane Języki | 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 } |