Dribbble Shotclock
Watch your last shot on Dribbble
Dribbble Shotclock란 무엇입니까?
Dribbble Shotclock은(는) http://www.fedegarlo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch your last shot on Dribbble"입니다.
확장 프로그램 스크린샷
Dribbble Shotclock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It allows you to have all the information about your last shot at Dribbble. Comments, views, likes ... And all in your browser, wherever you are. From player to player, recommended;) Now, you can note what number has changed with a fabolous pink colour.
확장 프로그램 기본 정보
이름 | |
ID | ehgegpddogfbhmkbdcoojeefmjelmbec |
공식 URL | https://chrome.google.com/webstore/detail/dribbble-shotclock/ehgegpddogfbhmkbdcoojeefmjelmbec |
설명 | Watch your last shot on Dribbble |
파일 크기 | 139 KB |
설치 횟수 | 14 |
현재 버전 | 1.22 |
최근 업데이트 | 2014-04-27 |
출시 날짜 | 2014-04-27 |
평점 | 4.17/5 총 6 개의 평점 |
개발자 | http://www.fedegarlo.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.fedegarlo.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dribbble Shotclock", "version": "1.22", "description": "Watch your last shot on Dribbble", "icons": { "48": "img\/dribbble_48.png", "128": "img\/dribbble_128.png", "16": "img\/dribbble_16.png" }, "short_name": "Shotclock", "browser_action": { "default_icon": "img\/dribbble_128.png", "default_title": "See info about your last shot on Dribbble", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "https:\/\/query.yahooapis.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' https:\/\/api.dribbble.com" } |