Retinodel

Takes @2x webpage screenshots to emulate high pixel density on non-retina devices

Retinodel là gì?

Retinodel là một tiện ích mở rộng Chrome được phát triển bởi Tinkoff Journal, và tính năng chính của nó là "Takes @2x webpage screenshots to emulate high pixel density on non-retina devices".

Ả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 Retinodel

Tải xuống các tệp mở rộng Retinodel 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

                                            

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

Tên Retinodel Retinodel
ID ikohbdahicgdmbceeolbifegajmcohce
URL Chính Thức https://chromewebstore.google.com/detail/retinodel/ikohbdahicgdmbceeolbifegajmcohce
Mô tả Takes @2x webpage screenshots to emulate high pixel density on non-retina devices
Kích Thước Tệp 9.29 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2017-01-30
Ngày Phát Hành 2017-01-30
Đánh Giá 2.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Tinkoff Journal
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": "Retinodel",
    "short_name": "Retinodel",
    "description": "Takes @2x webpage screenshots to emulate high pixel density on non-retina devices",
    "version": "0.1.1",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "screen.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png"
        },
        "default_title": "\u0417\u0430\u0441\u043a\u0440\u0438\u043d\u0448\u043e\u0442\u0438\u0442\u044c"
    },
    "permissions": [
        "tabs",
        "",
        "downloads"
    ]
}