Dribbble Shotclock

Watch your last shot on Dribbble

Was ist Dribbble Shotclock?

Dribbble Shotclock ist eine Chrome-Erweiterung, die von http://www.fedegarlo.com entwickelt wurde, und ihr Hauptmerkmal ist "Watch your last shot on Dribbble".

Erweiterungsscreenshots

screenshot

Dribbble Shotclock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dribbble Shotclock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dribbble Shotclock Dribbble Shotclock
ID ehgegpddogfbhmkbdcoojeefmjelmbec
Offizielle URL https://chrome.google.com/webstore/detail/dribbble-shotclock/ehgegpddogfbhmkbdcoojeefmjelmbec
Beschreibung Watch your last shot on Dribbble
Dateigröße 139 KB
Installationsanzahl 14
Aktuelle Version 1.22
Letztes Update 2014-04-27
Veröffentlichungsdatum 2014-04-27
Bewertung 4.17/5 Insgesamt 6 Bewertungen
Entwickler http://www.fedegarlo.com
Zahlungsart free
Erweiterungswebsite http://www.fedegarlo.com
Unterstützte Sprachen 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"
}