Dribbble Attachments at List

Show all attachments at list page.

Was ist Dribbble Attachments at List?

Dribbble Attachments at List ist eine Chrome-Erweiterung, die von https://www.lucasfranco.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Show all attachments at list page.".

Erweiterungsscreenshots

screenshot
screenshot

Dribbble Attachments at List-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dribbble Attachments at List-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dribbble Attachments at List Dribbble Attachments at List
ID fapldkcpfnkhpgpmphfnohiegedpedlb
Offizielle URL https://chromewebstore.google.com/detail/dribbble-attachments-at-l/fapldkcpfnkhpgpmphfnohiegedpedlb
Beschreibung Show all attachments at list page.
Dateigröße 47.61 KB
Installationsanzahl 101
Aktuelle Version 2.3
Letztes Update 2014-08-28
Veröffentlichungsdatum 2014-08-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.lucasfranco.com.br
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}