Dribbble Attachments at List

Show all attachments at list page.

Dribbble Attachments at List là gì?

Dribbble Attachments at List là một tiện ích mở rộng Chrome được phát triển bởi https://www.lucasfranco.com.br, và tính năng chính của nó là "Show all attachments at list page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dribbble Attachments at List

Tải xuống các tệp mở rộng Dribbble Attachments at List dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dribbble Attachments at List Dribbble Attachments at List
ID fapldkcpfnkhpgpmphfnohiegedpedlb
URL Chính Thức https://chromewebstore.google.com/detail/dribbble-attachments-at-l/fapldkcpfnkhpgpmphfnohiegedpedlb
Mô tả Show all attachments at list page.
Kích Thước Tệp 47.61 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2014-08-28
Ngày Phát Hành 2014-08-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.lucasfranco.com.br
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}