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
官方網址 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
}