Aquarius CSS Helper

Edit your HTML & CSS style and copy your code

Qu'est-ce que Aquarius CSS Helper ?

Aquarius CSS Helper est une extension Chrome développée par https://urlgapp.com, et sa fonction principale est "Edit your HTML & CSS style and copy your code".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Aquarius CSS Helper

Téléchargez les fichiers d'extension Aquarius CSS Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Aquarius CSS Helper Aquarius CSS Helper
ID kjibhijiffgfkfgmjjaekglfjjacecao
URL Officiel https://chromewebstore.google.com/detail/aquarius-css-helper/kjibhijiffgfkfgmjjaekglfjjacecao
Description Edit your HTML & CSS style and copy your code
Taille du Fichier 1.49 MB
Nombre d'Installations 33
Version Actuelle 0.1.3
Dernière Mise à Jour 2022-03-29
Date de Publication 2022-03-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://urlgapp.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/",
        ""
    ]
}