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 |
官方網址 | 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" ] } ] } |