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.”。
扩展截图
下载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 |
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" ] } |