Zeplin Pixel to Rem

An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.

Zeplin Pixel to Remとは何ですか?

Zeplin Pixel to Remはsepehr411によって開発されたChromeの拡張機能で、その主な機能は「An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.」です。

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

screenshot

Zeplin Pixel to Rem拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.                    

拡張機能の基本情報

名前 Zeplin Pixel to Rem Zeplin Pixel to Rem
ID ljbfneibnhgkkmmllhcjjijahiifgdhe
公式URL https://chromewebstore.google.com/detail/zeplin-pixel-to-rem/ljbfneibnhgkkmmllhcjjijahiifgdhe
説明 An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.
ファイルサイズ 104 KB
インストール数 251
現在のバージョン 1.0
最終更新日 2020-01-05
公開日 2020-01-05
評価 5.00/5 合計 3 レビュー
開発者 sepehr411
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zeplin Pixel to Rem",
    "short_name": "zeplinpxtorem",
    "version": "1.0",
    "browser_action": {
        "default_title": "Zeplin Pixel to Rem",
        "default_popup": "options.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/app.zeplin.io\/*",
                "https:\/\/app.zeplin.io\/*"
            ],
            "js": [
                ".\/dist\/index.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}