Dribbble Shotclock

Watch your last shot on Dribbble

Cos'è Dribbble Shotclock?

Dribbble Shotclock è un'estensione di Chrome sviluppata da http://www.fedegarlo.com, e la sua funzione principale è "Watch your last shot on Dribbble".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dribbble Shotclock

Scarica i file di estensione Dribbble Shotclock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dribbble Shotclock Dribbble Shotclock
ID ehgegpddogfbhmkbdcoojeefmjelmbec
URL Ufficiale https://chrome.google.com/webstore/detail/dribbble-shotclock/ehgegpddogfbhmkbdcoojeefmjelmbec
Descrizione Watch your last shot on Dribbble
Dimensione del File 139 KB
Conteggio Installazioni 14
Versione Corrente 1.22
Ultimo Aggiornamento 2014-04-27
Data di Pubblicazione 2014-04-27
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore http://www.fedegarlo.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.fedegarlo.com
Lingue Supportate 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"
}