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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |