CSS Unites

CSS Unites specially develop for Frontend Engineers.

What is CSS Unites?

CSS Unites is a Chrome extension developed by mexuvo, and its main feature is "CSS Unites specially develop for Frontend Engineers.".

Extension Screenshots

screenshot
screenshot

Download CSS Unites Extension CRX File

Download CSS Unites extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CSS Unites CSS Unites
ID bgbjdaligcmcobjgnhajolfhhhgjmoad
Official URL https://chromewebstore.google.com/detail/css-unites/bgbjdaligcmcobjgnhajolfhhhgjmoad
Description CSS Unites specially develop for Frontend Engineers.
File Size 1.08 MB
Installation Count 62
Current Version 1.0.0
Last Updated 2022-02-03
Publish Date 2022-02-03
Rating 5.00/5 Total 11 Ratings
Developer mexuvo
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}