Adobe XD Rem fix

It is only a small script that serves to force the change from px to rem automatically

Adobe XD Rem fixとは何ですか?

Adobe XD Rem fixはEmmanuel Glezによって開発されたChromeの拡張機能で、その主な機能は「It is only a small script that serves to force the change from px to rem automatically」です。

拡張機能のスクリーンショット

screenshot

Adobe XD Rem fix拡張機能のCRXファイルをダウンロード

Adobe XD Rem fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Cuando estas en alguna página del dominio https://xd.adobe.com/, automáticamente al hacer click sobre algún vector se mostrará los PX del elemento, junto con su conversión a REM y el cálculo para poder guardarla en la configuración de Tailwind (por ejemplo, 16px = 1 rem = 4 (tailwind config)                    

拡張機能の基本情報

名前 Adobe XD Rem fix Adobe XD Rem fix
ID dppocgklbdkbfneadpfbodohoopacpdf
公式URL https://chromewebstore.google.com/detail/adobe-xd-rem-fix/dppocgklbdkbfneadpfbodohoopacpdf
説明 It is only a small script that serves to force the change from px to rem automatically
ファイルサイズ 16.65 KB
インストール数 589
現在のバージョン 0.1
最終更新日 2021-04-29
公開日 2021-04-29
開発者 Emmanuel Glez
Eメール [email protected]
支払い方法 free
対応言語 es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adobe XD Rem fix",
    "description": "It is only a small script that serves to force the change from px to rem automatically",
    "version": "0.1",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/xd.adobe.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "https:\/\/xd.adobe.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/xdToRemIcon16.png",
        "32": "\/images\/xdToRemIcon32.png",
        "48": "\/images\/xdToRemIcon48.png",
        "128": "\/images\/xdToRemIcon128.png"
    }
}