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
官方網址 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"
    ]
}