Dribbble Attachments at List

Show all attachments at list page.

Co je Dribbble Attachments at List?

Dribbble Attachments at List je rozšíření Chrome vyvinuté https://www.lucasfranco.com.br, a jeho hlavní funkcí je „Show all attachments at list page.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Dribbble Attachments at List

Stáhněte si soubory rozšíření Dribbble Attachments at List ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Dribbble Attachments at List Dribbble Attachments at List
ID fapldkcpfnkhpgpmphfnohiegedpedlb
Oficiální URL https://chromewebstore.google.com/detail/dribbble-attachments-at-l/fapldkcpfnkhpgpmphfnohiegedpedlb
Popis Show all attachments at list page.
Velikost souboru 47.61 KB
Počet instalací 101
Aktuální Verze 2.3
Poslední Aktualizace 2014-08-28
Datum Vydání 2014-08-28
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://www.lucasfranco.com.br
Typ Platby free
Podporované Jazyky 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"
    ]
}