Retina Everywhere

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

Co je Retina Everywhere?

Retina Everywhere je rozšíření Chrome vyvinuté https://sites.google.com/site/haroldmartin, a jeho hlavní funkcí je „Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Retina Everywhere

Stáhněte si soubory rozšíření Retina Everywhere ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Retina Everywhere Retina Everywhere
ID hajkboeohfildgccolflcdedgbkpdjlc
Oficiální URL https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc
Popis Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
Velikost souboru 42.01 KB
Počet instalací 154
Aktuální Verze 1.4.0
Poslední Aktualizace 2014-09-18
Datum Vydání 2014-09-18
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://sites.google.com/site/haroldmartin
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}