Retina Everywhere

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

Hvad er Retina Everywhere?

Retina Everywhere er en Chrome-udvidelse udviklet af https://sites.google.com/site/haroldmartin, og dens hovedfunktion er "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com".

Udvidelsesskærmbilleder

screenshot

Download Retina Everywhere-udvidelses-CRX-fil

Download Retina Everywhere-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Retina Everywhere Retina Everywhere
ID hajkboeohfildgccolflcdedgbkpdjlc
Officiel URL https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc
Beskrivelse Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
Filstørrelse 42.01 KB
Antal Installationer 154
Nuværende Version 1.4.0
Senest Opdateret 2014-09-18
Udgivelsesdato 2014-09-18
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://sites.google.com/site/haroldmartin
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}