Styler
Add custom CSS styles, JavaScript & jQuery to any websites
Wat is Styler?
Styler is een Chrome-extensie ontwikkeld door Luke Stateson, en de belangrijkste functie is "Add custom CSS styles, JavaScript & jQuery to any websites".
Extensie Screenshots
Download het CRX-bestand van de extensie Styler
Download Styler-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
Add custom CSS and JavaScript to any web pages. Simple & Easy to use. Support the Styler by writing a review! Your support is very valuable and speeds up new features! Open source, no tracking, no telemetry, no data collection.
Basisinformatie over de Extensie
Naam | Styler |
ID | bogdgcfoocbajfkjjolkmcdcnnellpkb |
Officiële URL | https://chromewebstore.google.com/detail/styler/bogdgcfoocbajfkjjolkmcdcnnellpkb |
Beschrijving | Add custom CSS styles, JavaScript & jQuery to any websites |
Bestandsgrootte | 190 KB |
Aantal Installaties | 12,253 |
Huidige Versie | 6.1.1 |
Laatst Bijgewerkt | 2020-08-25 |
Publicatiedatum | 2020-01-27 |
Beoordeling | 4.05/5 Totaal 129 Beoordelingen |
Ontwikkelaar | Luke Stateson |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://major-themes.com/ |
Help Pagina-URL | https://major-themes.com/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Styler", "version": "6.1.1", "manifest_version": 2, "description": "Add custom CSS styles, JavaScript & jQuery to any websites", "browser_action": { "default_icon": "32.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" } } |