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 là gì?

Zeplin Pixel to Rem là một tiện ích mở rộng Chrome được phát triển bởi sepehr411, và tính năng chính của nó là "An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zeplin Pixel to Rem

Tải xuống các tệp mở rộng Zeplin Pixel to Rem dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zeplin Pixel to Rem Zeplin Pixel to Rem
ID ljbfneibnhgkkmmllhcjjijahiifgdhe
URL Chính Thức https://chromewebstore.google.com/detail/zeplin-pixel-to-rem/ljbfneibnhgkkmmllhcjjijahiifgdhe
Mô tả An extension to convert Zeplin px units to rem units. The extension will automatically convert the units as you use Zeplin.
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 251
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-01-05
Ngày Phát Hành 2020-01-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển sepehr411
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}