Dribbble Shotclock

Watch your last shot on Dribbble

O que é Dribbble Shotclock?

Dribbble Shotclock é uma extensão do Chrome desenvolvida por http://www.fedegarlo.com, e sua principal característica é "Watch your last shot on Dribbble".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dribbble Shotclock

Baixe arquivos de extensão Dribbble Shotclock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Dribbble Shotclock Dribbble Shotclock
ID ehgegpddogfbhmkbdcoojeefmjelmbec
URL Oficial https://chrome.google.com/webstore/detail/dribbble-shotclock/ehgegpddogfbhmkbdcoojeefmjelmbec
Descrição Watch your last shot on Dribbble
Tamanho do Arquivo 139 KB
Contagem de Instalações 14
Versão Atual 1.22
Última Atualização 2014-04-27
Data de Publicação 2014-04-27
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor http://www.fedegarlo.com
Tipo de Pagamento free
Site da Extensão http://www.fedegarlo.com
Idiomas Suportados 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"
}