Mustachio Redux
Appends moustaches to all faces!
Mustachio Redux क्या है?
Mustachio Redux Taylor Brown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Appends moustaches to all faces!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mustachio Redux एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |