Stylizer
Give websites user-defined CSS's.
Wat is Stylizer?
Stylizer is een Chrome-extensie ontwikkeld door alchen, en de belangrijkste functie is "Give websites user-defined CSS's.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stylizer
Download Stylizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Stylizer |
ID | mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
Officiële URL | https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
Beschrijving | Give websites user-defined CSS's. |
Bestandsgrootte | 49.52 KB |
Aantal Installaties | 185 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-02-13 |
Publicatiedatum | 2018-02-13 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | alchen |
Betalingswijze | free |
Extensiewebsite | https://github.com/alchen/stylizer |
Help Pagina-URL | https://github.com/alchen/stylizer/issues |
Ondersteunde Talen | 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" } } |