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
电子邮箱 [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:\/\/*\/",
        ""
    ]
}