Live CSS Tester

Easily inject CSS into a webpage for testing

What is Live CSS Tester?

Live CSS Tester is a Chrome extension developed by Brandon Fowler, and its main feature is "Easily inject CSS into a webpage for testing".

Extension Screenshots

screenshot
screenshot
screenshot

Download Live CSS Tester Extension CRX File

Download Live CSS Tester extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Live CSS Tester Live CSS Tester
ID djdnjlkbgeddaglpomonofdcahkpmjaj
Official URL https://chromewebstore.google.com/detail/live-css-tester/djdnjlkbgeddaglpomonofdcahkpmjaj
Description Easily inject CSS into a webpage for testing
File Size 147 KB
Installation Count 987
Current Version 2.0.0
Last Updated 2023-01-03
Publish Date 2019-11-28
Rating 5.00/5 Total 4 Ratings
Developer Brandon Fowler
Email [email protected]
Payment Type free
Supported Languages 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
}