Retinodel

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

什么是Retinodel?

Retinodel是由Tinkoff Journal开发的Chrome扩展程序,该扩展的主要功能是“Takes @2x webpage screenshots to emulate high pixel density on non-retina devices”。

扩展截图

screenshot

下载Retinodel扩展crx文件

下载Retinodel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Retinodel Retinodel
ID ikohbdahicgdmbceeolbifegajmcohce
官方URL https://chromewebstore.google.com/detail/retinodel/ikohbdahicgdmbceeolbifegajmcohce
简介 Takes @2x webpage screenshots to emulate high pixel density on non-retina devices
文件大小 9.29 KB
安装次数 213
当前版本 0.1.1
更新时间 2017-01-30
上架时间 2017-01-30
评分 2.38/5 共8次评分
开发者 Tinkoff Journal
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}