Dribbble : Random Comments
Generate your next Dribbble comment!
Dribbble : Random Comments란 무엇입니까?
Dribbble : Random Comments은(는) miguelmendes.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate your next Dribbble comment!"입니다.
확장 프로그램 스크린샷
Dribbble : Random Comments 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will generate random comments. It's easy ! 1º Open one Shot in Dribbble.com. 2º Click on icon how many times do you want, and every time a new comment will fill the comment input. "Great man!" "Amazing work , you are so inspiring!" "Great colors" "Simply the best!" "Damn." "Brilliant!" ... Only for us.. feel the irony. M.
확장 프로그램 기본 정보
이름 | Dribbble : Random Comments |
ID | hiafieffmjgfdkkangdicdiolccjelkf |
공식 URL | https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf |
설명 | Generate your next Dribbble comment! |
파일 크기 | 26.57 KB |
설치 횟수 | 82 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2015-02-20 |
출시 날짜 | 2015-02-20 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | miguelmendes.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.miguelmendes.net |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dribbble : Random Comments", "description": "Generate your next Dribbble comment!", "version": "1.1.4", "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "background": { "scripts": [ "scripts.js" ], "persistent": false }, "browser_action": { "default_icon": "icon_128.png" }, "manifest_version": 2 } |