Live CSS Tester

Easily inject CSS into a webpage for testing

Wat is Live CSS Tester?

Live CSS Tester is een Chrome-extensie ontwikkeld door Brandon Fowler, en de belangrijkste functie is "Easily inject CSS into a webpage for testing".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Live CSS Tester

Download Live CSS Tester-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

                        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                    

Basisinformatie over de Extensie

Naam Live CSS Tester Live CSS Tester
ID djdnjlkbgeddaglpomonofdcahkpmjaj
Officiële URL https://chromewebstore.google.com/detail/live-css-tester/djdnjlkbgeddaglpomonofdcahkpmjaj
Beschrijving Easily inject CSS into a webpage for testing
Bestandsgrootte 147 KB
Aantal Installaties 987
Huidige Versie 2.0.0
Laatst Bijgewerkt 2023-01-03
Publicatiedatum 2019-11-28
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Brandon Fowler
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}