Dribbble @2x

Autoload the @2x version of shots on Dribbble.com when available.

Dribbble @2x क्या है?

Dribbble @2x Tiny Works, LLC. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autoload the @2x version of shots on Dribbble.com when available."।

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

screenshot

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

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

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

                        #### UPDATE 1.4 ####
Cleaned up code and reduced size to less than 2KB. Fixed a bug that was causing the resizing to not fire automatically with the latest updates to Dribbble.

#### UPDATE 1.34 ####
Fixed a bug that caused the @2x versions of images to not properly load.

#### UPDATE 1.32 ####
Updated to work with the new Dribbble layout and ajax overlays of shots!
Also, now compatible with Retina screens (not auto expanding).

####

Dibbble @2x is a super lightweight extension that automagically loads the @2x (retina) version of shots when viewing the detail page. @2x runs in the background and only on the /shots/ section of dribbble.com so you won't even know it's there!                    

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

नाम Dribbble @2x Dribbble @2x
ID hgdfllkgbhpehkplfjckkecheniibdpe
आधिकारिक URL https://chromewebstore.google.com/detail/dribbble-2x/hgdfllkgbhpehkplfjckkecheniibdpe
विवरण Autoload the @2x version of shots on Dribbble.com when available.
फ़ाइल का आकार 407 KB
स्थापना संख्या 777
वर्तमान संस्करण 1.40
अंतिम अपडेट 2016-08-04
प्रकाशन तिथि 2016-08-04
रेटिंग 4.36/5 कुल 14 रेटिंग्स
डेवलपर Tiny Works, LLC.
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://promptden.com/policy/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "load.js"
            ],
            "matches": [
                "*:\/\/*.dribbble.com\/*"
            ]
        }
    ],
    "description": "Autoload the @2x version of shots on Dribbble.com when available.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCr8buH7oVeb00cBE\/y32dstA3kIAxUuUCtR43iG3kV+TGQSpa8k2UZ\/a8sH2WUrhS\/4ewGTB9VGSCHoejkE+FIeSuT0+i2w+rz7B1NepUx7sMhp3gE\/\/hR26CqR9mcK13RzEJPuj+mpYhiS1mbWz+kvb7s\/zzaJ8zolMUpJG6j3QIDAQAB",
    "manifest_version": 2,
    "name": "Dribbble @2x",
    "permissions": [
        "*:\/\/*.dribbble.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.40",
    "web_accessible_resources": [
        "load.js"
    ]
}