Stylizer
Give websites user-defined CSS's.
Co to jest Stylizer?
Stylizer to rozszerzenie Chrome opracowane przez alchen, a jego główną funkcją jest „Give websites user-defined CSS's.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stylizer
Pobierz pliki rozszerzeń Stylizer 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
Ever wanted to change the CSS stylesheet of a website and didn't feel like involving the Greasemonkey? This extension does just that. Each specified full or partial URL is regex matched to the web addresses in the tabs and automatically applies your customized stylesheets.
Podstawowe informacje o rozszerzeniu
Nazwa | Stylizer |
ID | mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
Oficjalny URL | https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
Opis | Give websites user-defined CSS's. |
Rozmiar pliku | 49.52 KB |
Liczba instalacji | 185 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2018-02-13 |
Data Publikacji | 2018-02-13 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | alchen |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/alchen/stylizer |
Adres URL Strony Pomocy | https://github.com/alchen/stylizer/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stylizer", "description": "Give websites user-defined CSS's.", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |