Face Style😐🤔😲
Edit Google Docs text styles with your face!
Face Style😐🤔😲とは何ですか?
Face Style😐🤔😲はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Edit Google Docs text styles with your face!」です。
拡張機能のスクリーンショット
Face Style😐🤔😲拡張機能のCRXファイルをダウンロード
Face Style😐🤔😲拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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😐🤔😲 |
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" ] } ] } |