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. 擴展基本資訊
| 名稱 | |
| ID | fapldkcpfnkhpgpmphfnohiegedpedlb |
| 官方網址 | 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"
]
} | |