Face Style😐🤔😲
Edit Google Docs text styles with your face!
Face Style😐🤔😲 क्या है?
Face Style😐🤔😲 Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit Google Docs text styles with your face!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Face Style😐🤔😲 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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😐🤔😲 |
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" ] } ] } |