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
Eメール [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
}