Styler
Add custom CSS styles, JavaScript & jQuery to any websites
Cos'è Styler?
Styler è un'estensione di Chrome sviluppata da Luke Stateson, e la sua funzione principale è "Add custom CSS styles, JavaScript & jQuery to any websites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Styler
Scarica i file di estensione Styler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Styler |
ID | bogdgcfoocbajfkjjolkmcdcnnellpkb |
URL Ufficiale | https://chromewebstore.google.com/detail/styler/bogdgcfoocbajfkjjolkmcdcnnellpkb |
Descrizione | Add custom CSS styles, JavaScript & jQuery to any websites |
Dimensione del File | 190 KB |
Conteggio Installazioni | 12,253 |
Versione Corrente | 6.1.1 |
Ultimo Aggiornamento | 2020-08-25 |
Data di Pubblicazione | 2020-01-27 |
Valutazione | 4.05/5 Totale 129 Valutazioni |
Sviluppatore | Luke Stateson |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://major-themes.com/ |
URL della Pagina di Aiuto | https://major-themes.com/ |
Lingue Supportate | 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" } } |