Retinodel

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

What is Retinodel?

Retinodel is a Chrome extension developed by Tinkoff Journal, and its main feature is "Takes @2x webpage screenshots to emulate high pixel density on non-retina devices".

Extension Screenshots

screenshot

Download Retinodel Extension CRX File

Download Retinodel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Retinodel Retinodel
ID ikohbdahicgdmbceeolbifegajmcohce
Official URL https://chromewebstore.google.com/detail/retinodel/ikohbdahicgdmbceeolbifegajmcohce
Description Takes @2x webpage screenshots to emulate high pixel density on non-retina devices
File Size 9.29 KB
Installation Count 213
Current Version 0.1.1
Last Updated 2017-01-30
Publish Date 2017-01-30
Rating 2.38/5 Total 8 Ratings
Developer Tinkoff Journal
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}