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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/",
        ""
    ]
}