Dribbble Attachments at List

Show all attachments at list page.

Qu'est-ce que Dribbble Attachments at List ?

Dribbble Attachments at List est une extension Chrome développée par https://www.lucasfranco.com.br, et sa fonction principale est "Show all attachments at list page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Dribbble Attachments at List

Téléchargez les fichiers d'extension Dribbble Attachments at List au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dribbble Attachments at List Dribbble Attachments at List
ID fapldkcpfnkhpgpmphfnohiegedpedlb
URL Officiel https://chromewebstore.google.com/detail/dribbble-attachments-at-l/fapldkcpfnkhpgpmphfnohiegedpedlb
Description Show all attachments at list page.
Taille du Fichier 47.61 KB
Nombre d'Installations 101
Version Actuelle 2.3
Dernière Mise à Jour 2014-08-28
Date de Publication 2014-08-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.lucasfranco.com.br
Type de Paiement free
Langues Prises en Charge 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"
    ]
}