Mustachio Redux
Appends moustaches to all faces!
Mustachio Redux란 무엇입니까?
Mustachio Redux은(는) Taylor Brown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Appends moustaches to all faces!"입니다.
확장 프로그램 스크린샷
Mustachio Redux 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add a mustache to your browsing experience! This is an updated fork of mustachio - Now with local face detection! Test here: http://www.cs.columbia.edu/CAVE/databases/pubfig/explore/Mikhail_Gorbachev.jpg check out the fork at: https://github.com/taylor-brown/mustachio-chrome If you enjoyed this, take a moment and donate to someone who could use a mustachio'd fatherly (or motherly) figure in their life: http://www.charitynavigator.org/index.cfm?bay=search.results&cgid=6&cuid=17
확장 프로그램 기본 정보
이름 | Mustachio Redux |
ID | hbnnipmnpgiepegnlmekieblhjmchmbf |
공식 URL | https://chromewebstore.google.com/detail/mustachio-redux/hbnnipmnpgiepegnlmekieblhjmchmbf |
설명 | Appends moustaches to all faces! |
파일 크기 | 495 KB |
설치 횟수 | 375 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2013-03-23 |
출시 날짜 | 2013-03-23 |
평점 | 2.40/5 총 20 개의 평점 |
개발자 | Taylor Brown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/taylor-brown/mustachio-chrome |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mustachio Redux", "version": "2.0.1", "manifest_version": 2, "description": "Appends moustaches to all faces!", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "Mustachio19enabled.png", "default_title": "Enable \/ Disable Mustachio" }, "icons": { "16": "Mustachio16.png", "48": "Mustachio48.png", "128": "Mustachio128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "mustachio.js", "objectdetect.js", "objectdetect.frontalface.js", "jquery.objectdetect.js", "canvg.js", "rgbcolor.js" ] } ] } |