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
Eメール [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"
    ]
}