CSS Unites

CSS Unites specially develop for Frontend Engineers.

Vad är CSS Unites?

CSS Unites är en Chrome-tillägg utvecklad av mexuvo, och dess huvudfunktion är "CSS Unites specially develop for Frontend Engineers.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner CSS Unites-förlängningens CRX-fil

Ladda ner CSS Unites-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CSS Unites CSS Unites
ID bgbjdaligcmcobjgnhajolfhhhgjmoad
Officiell webbadress https://chromewebstore.google.com/detail/css-unites/bgbjdaligcmcobjgnhajolfhhhgjmoad
Beskrivning CSS Unites specially develop for Frontend Engineers.
Filstorlek 1.08 MB
Antal Installationer 62
Aktuell Version 1.0.0
Senast Uppdaterad 2022-02-03
Publiceringsdatum 2022-02-03
Betyg 5.00/5 Totalt 11 Betyg
Utvecklare mexuvo
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}