Live CSS Tester

Easily inject CSS into a webpage for testing

Cos'è Live CSS Tester?

Live CSS Tester è un'estensione di Chrome sviluppata da Brandon Fowler, e la sua funzione principale è "Easily inject CSS into a webpage for testing".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Live CSS Tester

Scarica i file di estensione Live CSS Tester 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

                        This plugin allows you to easily add CSS into a webpage for testing. The editor is available through a popup or the devtools.

Features:
* Enable/Disable CSS
* Download CSS
* Upload CSS
* Dark mode
* Word wrap
* Autocomplete
* Devtools support
* Remember last input                    

Informazioni di Base sull'Estensione

Nome Live CSS Tester Live CSS Tester
ID djdnjlkbgeddaglpomonofdcahkpmjaj
URL Ufficiale https://chromewebstore.google.com/detail/live-css-tester/djdnjlkbgeddaglpomonofdcahkpmjaj
Descrizione Easily inject CSS into a webpage for testing
Dimensione del File 147 KB
Conteggio Installazioni 987
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-01-03
Data di Pubblicazione 2019-11-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Brandon Fowler
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live CSS Tester",
    "version": "2.0.0",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "description": "Easily inject CSS into a webpage for testing",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "editor.html"
    },
    "manifest_version": 3
}