Retina Everywhere

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

Vad är Retina Everywhere?

Retina Everywhere är en Chrome-tillägg utvecklad av https://sites.google.com/site/haroldmartin, och dess huvudfunktion är "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com".

Tilläggsskärmbilder

screenshot

Ladda ner Retina Everywhere-förlängningens CRX-fil

Ladda ner Retina Everywhere-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Retina Everywhere Retina Everywhere
ID hajkboeohfildgccolflcdedgbkpdjlc
Officiell webbadress https://chromewebstore.google.com/detail/retina-everywhere/hajkboeohfildgccolflcdedgbkpdjlc
Beskrivning Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com
Filstorlek 42.01 KB
Antal Installationer 154
Aktuell Version 1.4.0
Senast Uppdaterad 2014-09-18
Publiceringsdatum 2014-09-18
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://sites.google.com/site/haroldmartin
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}