Aquarius CSS Helper

Edit your HTML & CSS style and copy your code

Cos'è Aquarius CSS Helper?

Aquarius CSS Helper è un'estensione di Chrome sviluppata da https://urlgapp.com, e la sua funzione principale è "Edit your HTML & CSS style and copy your code".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Aquarius CSS Helper

Scarica i file di estensione Aquarius CSS Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Aquarius CSS Helper Aquarius CSS Helper
ID kjibhijiffgfkfgmjjaekglfjjacecao
URL Ufficiale https://chromewebstore.google.com/detail/aquarius-css-helper/kjibhijiffgfkfgmjjaekglfjjacecao
Descrizione Edit your HTML & CSS style and copy your code
Dimensione del File 1.49 MB
Conteggio Installazioni 33
Versione Corrente 0.1.3
Ultimo Aggiornamento 2022-03-29
Data di Pubblicazione 2022-03-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://urlgapp.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/",
        ""
    ]
}