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
Eメール [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"
    ]
}