Individual Fullscreen for Google Meet
This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.
Vad är Individual Fullscreen for Google Meet?
Individual Fullscreen for Google Meet är en Chrome-tillägg utvecklad av angeloevan.ane, och dess huvudfunktion är "This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.".
Tilläggsskärmbilder
Ladda ner Individual Fullscreen for Google Meet-förlängningens CRX-fil
Ladda ner Individual Fullscreen for Google Meet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        This extension basically enables a fullscreen button when a video source is added on a google meeting, so You can maximize it and pay attention to every detail is being shared with You 😉                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | mkcelnnddmnidbakjahnjchdnapdbjgn | 
| Officiell webbadress | https://chromewebstore.google.com/detail/individual-fullscreen-for/mkcelnnddmnidbakjahnjchdnapdbjgn | 
| Beskrivning | This is an unofficial extension that allows You to make any video source fullscreen in a google meeting. | 
| Filstorlek | 11.21 KB | 
| Antal Installationer | 359 | 
| Aktuell Version | 1.0.5 | 
| Senast Uppdaterad | 2024-02-25 | 
| Publiceringsdatum | 2022-11-29 | 
| Betyg | 5.00/5 Totalt 7 Betyg | 
| Utvecklare | angeloevan.ane | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/angeloevangelista/google-meet-fullscreen | 
| Hjälpsida URL | https://github.com/angeloevangelista/google-meet-fullscreen/issues | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Individual Fullscreen for Google Meet",
    "description": "This is an unofficial extension that allows You to make any video source fullscreen in a google meeting.",
    "homepage_url": "https:\/\/github.com\/angeloevangelista\/google-meet-fullscreen",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icons\/16.png",
        "48": ".\/icons\/48.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "enable_fullscreen.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ],
    "permissions": []
}  |  |