Retinodel

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

Retinodelคืออะไร?

Retinodel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tinkoff Journal และคุณลักษณะหลักของมันคือ "Takes @2x webpage screenshots to emulate high pixel density on non-retina devices"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Retinodel

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}