Retina Everywhere

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

Retina Everywhere क्या है?

Retina Everywhere https://sites.google.com/site/haroldmartin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upgrade interface images to Retina (HiDPI) on various sites, including Amazon.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Retina Everywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}