Retina Everywhere

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

Cos'è Retina Everywhere?

Retina Everywhere è un'estensione di Chrome sviluppata da https://sites.google.com/site/haroldmartin, e la sua funzione principale è "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Retina Everywhere

Scarica i file di estensione Retina Everywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Retina Everywhere Retina Everywhere
ID hajkboeohfildgccolflcdedgbkpdjlc
URL Ufficiale https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc
Descrizione Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
Dimensione del File 42.01 KB
Conteggio Installazioni 154
Versione Corrente 1.4.0
Ultimo Aggiornamento 2014-09-18
Data di Pubblicazione 2014-09-18
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://sites.google.com/site/haroldmartin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}