Dribbble Attachments at List

Show all attachments at list page.

O que é Dribbble Attachments at List?

Dribbble Attachments at List é uma extensão do Chrome desenvolvida por https://www.lucasfranco.com.br, e sua principal característica é "Show all attachments at list page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Dribbble Attachments at List

Baixe arquivos de extensão Dribbble Attachments at List 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

                        Show all attachments of a Dribbble Shot in list page. You don't have to open the Dribbble Shot page to show them anymore.

Simply pass mouse over the image and a attachments list will appear (check the thumbs). 

Release notes:

2.3:
Update to the new Dribbble layout.
2.2.1:
Bug fix: The extension didn't work with https.
2.2:
Bug fix: The attachment's size was over description.
2.1:
Now you can click on 'Back to the shot' button and go to the shot page.                    

Informações Básicas da Extensão

Nome Dribbble Attachments at List Dribbble Attachments at List
ID fapldkcpfnkhpgpmphfnohiegedpedlb
URL Oficial https://chromewebstore.google.com/detail/dribbble-attachments-at-l/fapldkcpfnkhpgpmphfnohiegedpedlb
Descrição Show all attachments at list page.
Tamanho do Arquivo 47.61 KB
Contagem de Instalações 101
Versão Atual 2.3
Última Atualização 2014-08-28
Data de Publicação 2014-08-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.lucasfranco.com.br
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dribbble Attachments at List",
    "version": "2.3",
    "manifest_version": 2,
    "description": "Show all attachments at list page.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dribbble.com\/*",
                "https:\/\/dribbble.com\/*"
            ],
            "js": [
                "jquery.js",
                "dribbbleattachments.min.js"
            ],
            "css": [
                "dribbbleattachments.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon-attach-pink-16-2x.png"
    ]
}