CSS Unites

CSS Unites specially develop for Frontend Engineers.

什么是CSS Unites?

CSS Unites是由mexuvo开发的Chrome扩展程序,该扩展的主要功能是“CSS Unites specially develop for Frontend Engineers.”。

扩展截图

screenshot
screenshot

下载CSS Unites扩展crx文件

下载CSS Unites扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CSS Unites CSS Unites
ID bgbjdaligcmcobjgnhajolfhhhgjmoad
官方URL https://chromewebstore.google.com/detail/css-unites/bgbjdaligcmcobjgnhajolfhhhgjmoad
简介 CSS Unites specially develop for Frontend Engineers.
文件大小 1.08 MB
安装次数 62
当前版本 1.0.0
更新时间 2022-02-03
上架时间 2022-02-03
评分 5.00/5 共11次评分
开发者 mexuvo
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}