Face Style😐🤔😲
Edit Google Docs text styles with your face!
Face Style😐🤔😲 là gì?
Face Style😐🤔😲 là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Edit Google Docs text styles with your face!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Face Style😐🤔😲
Tải xuống các tệp mở rộng Face Style😐🤔😲 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Face Style😐🤔😲 |
ID | egmmhboojcgflhdhklgjofakbcopeogc |
URL Chính Thức | https://chromewebstore.google.com/detail/face-style%F0%9F%98%90%F0%9F%A4%94%F0%9F%98%B2/egmmhboojcgflhdhklgjofakbcopeogc |
Mô tả | Edit Google Docs text styles with your face! |
Kích Thước Tệp | 804 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-08-06 |
Ngày Phát Hành | 2018-08-06 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |