Clarify which Chrome extension this setting is referring to
See original GitHub issueI’m new to Jitsi and technical enough to have figured out the config file in which I could change some UI settings. Yet this one is unclear:
/**
* Decides whether the chrome extension banner should be rendered on the landing page and during the meeting.
* If this is set to false, the banner will not be rendered at all. If set to true, the check for extension(s)
* being already installed is done before rendering.
*/
SHOW_CHROME_EXTENSION_BANNER: false,
What extension is that?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Extensions that change your settings - Chrome Web Store Help
See the settings that an extension changed · On your computer, open Chrome. · At the top right, click More More and then...
Read more >How to Find & View the Files Installed by a Chrome Extension
Once you install the extension, you will be given a new a right-click context menu option titled "View extension source". Caption. Clicking on ......
Read more >Chrome Extensions: declare permissions and warn users
An extension's ability to access websites and most Chrome APIs is determined by its declared permissions. Permissions should be restricted ...
Read more >Clarifying ExtensionSettings policy comments. [chromium/src
M chrome/browser/extensions/extension_management_internal.cc ... To unsubscribe, or for help writing mail filters, visit settings.
Read more >467808 - Clarify 'panel' support in chrome.windows.create
I'm using panels in my extension (https://chrome.google.com/webstore/detail/ ... a new "alwaysOnTop" setting in chrome.windows.create would definitely upset ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Agree, but on the other hand, https://github.com/jitsi/jitsi-meet/blob/master/config.js is thoroughly commented inline, probably for good reasons. Do those apply to
interface_config.js
?Superseded by https://github.com/jitsi/jitsi-meet/pull/7172