Dribbble Shotclock

Watch your last shot on Dribbble

Dribbble Shotclock क्या है?

Dribbble Shotclock http://www.fedegarlo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch your last shot on Dribbble"।

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

screenshot

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

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

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

                        It allows you to have all the information about your last shot at Dribbble. Comments, views, likes ... And all in your browser, wherever you are. From player to player, recommended;)

Now, you can note what number has changed with a fabolous pink colour.                    

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

नाम Dribbble Shotclock Dribbble Shotclock
ID ehgegpddogfbhmkbdcoojeefmjelmbec
आधिकारिक URL https://chrome.google.com/webstore/detail/dribbble-shotclock/ehgegpddogfbhmkbdcoojeefmjelmbec
विवरण Watch your last shot on Dribbble
फ़ाइल का आकार 139 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.22
अंतिम अपडेट 2014-04-27
प्रकाशन तिथि 2014-04-27
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर http://www.fedegarlo.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.fedegarlo.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dribbble Shotclock",
    "version": "1.22",
    "description": "Watch your last shot on Dribbble",
    "icons": {
        "48": "img\/dribbble_48.png",
        "128": "img\/dribbble_128.png",
        "16": "img\/dribbble_16.png"
    },
    "short_name": "Shotclock",
    "browser_action": {
        "default_icon": "img\/dribbble_128.png",
        "default_title": "See info about your last shot on Dribbble",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/query.yahooapis.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' https:\/\/api.dribbble.com"
}