Stylizer
Give websites user-defined CSS's.
Vad är Stylizer?
Stylizer är en Chrome-tillägg utvecklad av alchen, och dess huvudfunktion är "Give websites user-defined CSS's.".
Tilläggsskärmbilder
Ladda ner Stylizer-förlängningens CRX-fil
Ladda ner Stylizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Stylizer |
ID | mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
Officiell webbadress | https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
Beskrivning | Give websites user-defined CSS's. |
Filstorlek | 49.52 KB |
Antal Installationer | 185 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2018-02-13 |
Publiceringsdatum | 2018-02-13 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | alchen |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/alchen/stylizer |
Hjälpsida URL | https://github.com/alchen/stylizer/issues |
Stödda Språk | 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" } } |