Dribbble Attachments at List

Show all attachments at list page.

Dribbble Attachments at Listとは何ですか?

Dribbble Attachments at Listはhttps://www.lucasfranco.com.brによって開発されたChromeの拡張機能で、その主な機能は「Show all attachments at list page.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Dribbble Attachments at List拡張機能のCRXファイルをダウンロード

Dribbble Attachments at List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Dribbble Attachments at List Dribbble Attachments at List
ID fapldkcpfnkhpgpmphfnohiegedpedlb
公式URL https://chromewebstore.google.com/detail/dribbble-attachments-at-l/fapldkcpfnkhpgpmphfnohiegedpedlb
説明 Show all attachments at list page.
ファイルサイズ 47.61 KB
インストール数 101
現在のバージョン 2.3
最終更新日 2014-08-28
公開日 2014-08-28
評価 5.00/5 合計 2 レビュー
開発者 https://www.lucasfranco.com.br
支払い方法 free
対応言語 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"
    ]
}