Mustachio Redux

Appends moustaches to all faces!

Mustachio Reduxとは何ですか?

Mustachio ReduxはTaylor Brownによって開発されたChromeの拡張機能で、その主な機能は「Appends moustaches to all faces!」です。

拡張機能のスクリーンショット

screenshot

Mustachio Redux拡張機能のCRXファイルをダウンロード

Mustachio Redux拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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"
            ]
        }
    ]
}