Retina Twitter

This extension replaces low resolution twitter avatars with a retina-ready equivalent.

Retina Twitter क्या है?

Retina Twitter humanloop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces low resolution twitter avatars with a retina-ready equivalent."।

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

screenshot

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

crx प्रारूप में Retina Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Replaces twitter avatars (profile pics) with a higher resolution version.

Makes Twitter.com a more enjoyable experience for those with a HiDPI monitor.
 
(Open Source: https://github.com/jordn/retina-twitter)                    

एक्सटेंशन की मूल जानकारी

नाम Retina Twitter Retina Twitter
ID hgdfdmoaogekkpncleidmpddpijgeakp
आधिकारिक URL https://chromewebstore.google.com/detail/retina-twitter/hgdfdmoaogekkpncleidmpddpijgeakp
विवरण This extension replaces low resolution twitter avatars with a retina-ready equivalent.
फ़ाइल का आकार 40.85 KB
स्थापना संख्या 63
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-10-13
प्रकाशन तिथि 2013-10-13
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर humanloop
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retina Twitter",
    "description": "This extension replaces low resolution twitter avatars with a retina-ready equivalent.",
    "version": "1.1",
    "icons": {
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery-2.0.0.min.js",
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/twitter.com\/"
    ],
    "web_accessible_resources": [
        "jquery-2.0.0.min.js",
        "jquery.min.map"
    ]
}