Retina Everywhere

Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com

ما هو Retina Everywhere؟

Retina Everywhere هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/haroldmartin، والميزة الرئيسية لها هي "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Retina Everywhere

قم بتنزيل ملفات الامتداد Retina Everywhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Made for Apple MacBook Pro with Mac OS X.

Supported sites:
Amazon
iTunes Preview (yes, really)
The Verge
AppleInsider
HipChat

Created entirely in CSS for ultra fast loading.

https://github.com/hbmartin/chrome-retina                    

معلومات أساسية عن التمديد

الاسم Retina Everywhere Retina Everywhere
ID hajkboeohfildgccolflcdedgbkpdjlc
عنوان URL الرسمي https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc
الوصف Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
حجم الملف 42.01 KB
عدد التثبيتات 154
النسخة الحالية 1.4.0
آخر تحديث 2014-09-18
تاريخ النشر 2014-09-18
تقييم 5.00/5 مجموع تقييمات 3
المطور https://sites.google.com/site/haroldmartin
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Retina Everywhere",
    "version": "1.4.0",
    "description": "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "font\/fontello.woff"
    ],
    "permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "fontello.css",
                "amazon.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.hipchat.com\/chat"
            ],
            "run_at": "document_end",
            "css": [
                "fontello.css",
                "hipchat.css"
            ]
        },
        {
            "matches": [
                "*:\/\/itunes.apple.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "fontello.css",
                "itunes.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.theverge.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "verge.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.appleinsider.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "appleinsider.css"
            ]
        }
    ]
}