Live CSS Tester

Easily inject CSS into a webpage for testing

什么是Live CSS Tester?

Live CSS Tester是由Brandon Fowler开发的Chrome扩展程序,该扩展的主要功能是“Easily inject CSS into a webpage for testing”。

扩展截图

screenshot
screenshot
screenshot

下载Live CSS Tester扩展crx文件

下载Live CSS Tester扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Live CSS Tester Live CSS Tester
ID djdnjlkbgeddaglpomonofdcahkpmjaj
官方URL https://chromewebstore.google.com/detail/live-css-tester/djdnjlkbgeddaglpomonofdcahkpmjaj
简介 Easily inject CSS into a webpage for testing
文件大小 147 KB
安装次数 987
当前版本 2.0.0
更新时间 2023-01-03
上架时间 2019-11-28
评分 5.00/5 共4次评分
开发者 Brandon Fowler
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}