Face Style😐🤔😲

Edit Google Docs text styles with your face!

Face Style😐🤔😲란 무엇입니까?

Face Style😐🤔😲은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit Google Docs text styles with your face!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Face Style😐🤔😲 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Uses your webcam to set text styles in Google Docs according to your facial expressions; so you can take meeting memos without worrying about the formatting.

Try:
😐 "Normal": Normal black text
🤔 "Question": Orange italic text, when there's something undecided.
😲 "Emphasis": Red bold text, when there's something that everyone needs to note.

Coming soon:
- More expressions
- Ability to change face:style association

=========
This extension depends on the (super awesome) clmtrackr project by Audun Mathias Øygard (https://github.com/auduno/clmtrackr/blob/dev/LICENSE.txt), distributed under the MIT License.
See https://github.com/auduno/clmtrackr/blob/dev/LICENSE.txt for the library's license and copyright notice.                    

확장 프로그램 기본 정보

이름 Face Style😐🤔😲 Face Style😐🤔😲
ID egmmhboojcgflhdhklgjofakbcopeogc
공식 URL https://chromewebstore.google.com/detail/face-style%F0%9F%98%90%F0%9F%A4%94%F0%9F%98%B2/egmmhboojcgflhdhklgjofakbcopeogc
설명 Edit Google Docs text styles with your face!
파일 크기 804 KB
설치 횟수 21
현재 버전 1.1
최근 업데이트 2018-08-06
출시 날짜 2018-08-06
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Face Style\ud83d\ude10\ud83e\udd14\ud83d\ude32",
    "version": "1.1",
    "description": "Edit Google Docs text styles with your face!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/d\/*"
            ],
            "js": [
                "utils.js",
                "flatclmtrackr.js",
                "docshack.js",
                "track.js"
            ]
        }
    ]
}