CSS Unites

CSS Unites specially develop for Frontend Engineers.

Cos'è CSS Unites?

CSS Unites è un'estensione di Chrome sviluppata da mexuvo, e la sua funzione principale è "CSS Unites specially develop for Frontend Engineers.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CSS Unites

Scarica i file di estensione CSS Unites 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

                        This is a CSS Units Converter.
 
Some times we need to convert CSS unites to other CSS unites.

CSS Unites specially develop for Frontend Engineers. You can convert any kind of CSS units. When input your value in any field then other field will be converted.                    

Informazioni di Base sull'Estensione

Nome CSS Unites CSS Unites
ID bgbjdaligcmcobjgnhajolfhhhgjmoad
URL Ufficiale https://chromewebstore.google.com/detail/css-unites/bgbjdaligcmcobjgnhajolfhhhgjmoad
Descrizione CSS Unites specially develop for Frontend Engineers.
Dimensione del File 1.08 MB
Conteggio Installazioni 62
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-02-03
Data di Pubblicazione 2022-02-03
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore mexuvo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS Unites",
    "description": "CSS Unites specially develop for Frontend Engineers.",
    "version": "1.0.0",
    "icons": {
        "45": ".\/images\/logo45X45.png",
        "128": ".\/images\/128.png"
    },
    "background.service_worker": {
        "presistent": true,
        "scripts": [
            ".\/popup.js"
        ]
    },
    "action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}