CSS Unites

CSS Unites specially develop for Frontend Engineers.

Wat is CSS Unites?

CSS Unites is een Chrome-extensie ontwikkeld door mexuvo, en de belangrijkste functie is "CSS Unites specially develop for Frontend Engineers.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CSS Unites

Download CSS Unites-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CSS Unites CSS Unites
ID bgbjdaligcmcobjgnhajolfhhhgjmoad
Officiële URL https://chromewebstore.google.com/detail/css-unites/bgbjdaligcmcobjgnhajolfhhhgjmoad
Beschrijving CSS Unites specially develop for Frontend Engineers.
Bestandsgrootte 1.08 MB
Aantal Installaties 62
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-02-03
Publicatiedatum 2022-02-03
Beoordeling 5.00/5 Totaal 11 Beoordelingen
Ontwikkelaar mexuvo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}