Mercator Studio for Google Meet

Change how you look on Google Meet with adjustable exposure, vignette, emojis, and more!

Τι είναι το Mercator Studio for Google Meet;

Το Mercator Studio for Google Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Crossing, και η κύρια λειτουργία του είναι "Change how you look on Google Meet with adjustable exposure, vignette, emojis, and more!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Mercator Studio for Google Meet

Λήψη αρχείων επέκτασης Mercator Studio for Google Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Mercator Studio gives you fine control over your appearance on Google Meet.

Write text & emoji in front of your face:
· Auto-adjusts size to fit any length of text onto the screen.
· Auto-converts \sqrt to √, \times to ×, \cdot to ·, \pm to ±, ^number to ¹², and _number to ₄₂.

Precisely adjust lighting and colors:
· Exposure & Contrast
· Temperature & Tint
· Hue & Saturation
· Sepia & Blur
· Fade & Vignette

Move the focus to where you want it:
· Rotate, Scale, Mirror & Flip
· Horizontal & Vertical Translate
· Pillarbox & Letterbox Crop

Somewhat nice presets:
· Concorde
· Mono
· Matcha
· Deepfry

Scroll, drag, or use arrow keys on the sliders to adjust, right click or press 0 on them to reset, and hold down Ctrl or Shift for finer steps.

Ctrl+M to open/close the interface, Ctrl+Shift+M to minimize it.

Translated for português, español, italiano, français, & 中文.

Changelog:
· 2.2 Translate from EN into PT, ES, IT, FR, and ZH.
· 2.1 Improve keyboard navigation.
· 2.0 Redesign for Google Meet’s new look.
· 1.19 Add mirroring; Dark mode support.
· 1.18 Make textbox auto-resize; Ctrl or Shift for finer steps.
· 1.17 Fix flickering and window-focus issues.
· 1.16 Add freeze feature (thanks @napsav).
· 1.15 Add toggle to super tiny mode.
· 1.14 Add math auto-convert.
· 1.13 Preserve values across sessions.
· 1.12 Luminance-preserving temperature & tint.
· 1.11 Multiline text input; Rebranded as Mercator Studio for Google Meet.
· 1.10 Sync camera; Capture scroll; Right-click reset; Firefox support.
· 1.9 Add text & emoji input.
· 1.8 Add presets; Matched UI with material design.
· 1.7 Add color balance tools and refined UI.
· 1.6 Add fog.
· 1.5 Add vignettes.
· 1.4 Converted to Chrome extension.
· 1.3 Fix the blur slider's range.
· 1.2 Add cropping.
· 1.1 Add a way to reset everything.
· 1.0 Hello world!

Source code: https://github.com/FlyOrBoom/mercator

Available for other browsers: https://x-ing.space/mercator
Unfortunately, temperature & tint filters don't work in Firefox.

(C) Xing Liu 2020-2021, MIT License

Check out other things I’ve made at https://x-ing.space.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Mercator Studio for Google Meet Mercator Studio for Google Meet
ID ohcmmfphdpigpccfppacepjhamgcffjh
Επίσημο URL https://chromewebstore.google.com/detail/mercator-studio-for-googl/ohcmmfphdpigpccfppacepjhamgcffjh
Περιγραφή Change how you look on Google Meet with adjustable exposure, vignette, emojis, and more!
Μέγεθος Αρχείου 15.42 KB
Αριθμός Εγκαταστάσεων 10,528
Τρέχουσα Έκδοση 2.2.1
Τελευταία Ενημέρωση 2021-06-01
Ημερομηνία Δημοσίευσης 2020-07-16
Αξιολόγηση 3.69/5 Συνολικά 51 Αξιολογήσεις
Προγραμματιστής Crossing
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://x-ing.space/mercator
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mercator Studio for Google Meet",
    "version": "2.2.1",
    "author": "Xing (x-ing.space)",
    "description": "Change how you look on Google Meet with adjustable exposure, vignette, emojis, and more!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "web_accessible_resources": [
        "script.js"
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}