Styler Beta

Add custom CSS styles, JavaScript & jQuery to any websites

Cos'è Styler Beta?

Styler Beta è 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

screenshot

Scarica il file CRX dell'estensione Styler Beta

Scarica i file di estensione Styler Beta 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

                        Minimal extension for fast and easy way to add CSS styles and JavaScript to any webpage with jQuery support.

- Auto-sync across your Mac, PC and Linux Google accounts.
- Option to view all saved CSS styles and JavaScript on all websites.
- 100% Open-source and bloat-free, available on GitHub!

Support this extension - write a review!

Version 6.5:

- Added Import/Export data into JSON format
- Improved dark mode colors
- Fixed switching between dark/light mode based on browser settings

Version 6.4:

- Full dark mode beta
- Smaller scrollbars

Version 6.2:

- Added Screen Ruler
- Changed design of "disable" button

Version 6.1.x:

- Allowed editing inside "Saved data" tab (saved after styler popup is closed)
- Improved "Saved data" tab

Version 6:

- Improved UI
- Disable styles/scripts button
- Now showing the maximum chrome storage size (when limit is reached settings are saved locally).                    

Informazioni di Base sull'Estensione

Nome Styler Beta Styler Beta
ID hbhkfnpodhdcaophahpkiflechaoddoi
URL Ufficiale https://chromewebstore.google.com/detail/styler-beta/hbhkfnpodhdcaophahpkiflechaoddoi
Descrizione Add custom CSS styles, JavaScript & jQuery to any websites
Dimensione del File 205 KB
Conteggio Installazioni 5,830
Versione Corrente 6.5
Ultimo Aggiornamento 2021-02-11
Data di Pubblicazione 2020-07-02
Valutazione 4.56/5 Totale 54 Valutazioni
Sviluppatore Luke Stateson
Email [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 Beta",
    "version": "6.5",
    "manifest_version": 2,
    "description": "Add custom CSS styles, JavaScript & jQuery to any websites",
    "browser_action": {
        "default_icon": {
            "128": "128.png",
            "48": "48.png",
            "32": "32.png",
            "16": "16.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"
    }
}