Aquarius CSS Helper

Edit your HTML & CSS style and copy your code

Aquarius CSS Helperとは何ですか?

Aquarius CSS Helperはhttps://urlgapp.comによって開発されたChromeの拡張機能で、その主な機能は「Edit your HTML & CSS style and copy your code」です。

拡張機能のスクリーンショット

screenshot

Aquarius CSS Helper拡張機能のCRXファイルをダウンロード

Aquarius CSS Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A powerful CSS Extention, was created to help web developers make CSS editing easy for anyone beginner or professional Copy and paste all your editing code into your project easily Reset default values by refreshing the page This tool does not work directly In your project it helps you to see changes in real-time and copy all your code changes and also you can choose any element to modify by clicking word inspect to choose your CSS class or ID to change style                    

拡張機能の基本情報

名前 Aquarius CSS Helper Aquarius CSS Helper
ID kjibhijiffgfkfgmjjaekglfjjacecao
公式URL https://chromewebstore.google.com/detail/aquarius-css-helper/kjibhijiffgfkfgmjjaekglfjjacecao
説明 Edit your HTML & CSS style and copy your code
ファイルサイズ 1.49 MB
インストール数 33
現在のバージョン 0.1.3
最終更新日 2022-03-29
公開日 2022-03-28
評価 5.00/5 合計 1 レビュー
開発者 https://urlgapp.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aquarius CSS Helper",
    "description": "Edit your HTML & CSS style and copy your code ",
    "version": "0.1.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/Logo-16x16.png",
        "32": ".\/Logo-32x32.png",
        "48": ".\/Logo-48x48.png",
        "128": ".\/Logo-128x128.png"
    },
    "background": {
        "service_worker": "app.js"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ]
}