Mustachio Redux
Appends moustaches to all faces!
Mustachio Redux là gì?
Mustachio Redux là một tiện ích mở rộng Chrome được phát triển bởi Taylor Brown, và tính năng chính của nó là "Appends moustaches to all faces!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mustachio Redux
Tải xuống các tệp mở rộng Mustachio Redux dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mustachio Redux |
ID | hbnnipmnpgiepegnlmekieblhjmchmbf |
URL Chính Thức | https://chromewebstore.google.com/detail/mustachio-redux/hbnnipmnpgiepegnlmekieblhjmchmbf |
Mô tả | Appends moustaches to all faces! |
Kích Thước Tệp | 495 KB |
Số Lần Cài Đặt | 375 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2013-03-23 |
Ngày Phát Hành | 2013-03-23 |
Đánh Giá | 2.40/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Taylor Brown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/taylor-brown/mustachio-chrome |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |