
Users can turn the footer off by right-clicking the footer and selecting āHide footer on New Tab pageā in the menu.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/35838641-eae6-4632-9a00-77b4d6831a81n%40chromium.org.
I didn't see this menu by right-clicking the footer (Chrome Canary 139.0.7245.0)



Hi Oliver and team,
Thanks for raising this topic here. Iām getting negative feedback from users who think the new footer is part of our UI.
Can an extension opt out of the NTP footer via manifest?
Wouldnāt it be better to provide an API for programmatically opening the āCustomize Chromeā panel from an extension?
That would let us expose it in a natural place inside our UI, without the intrusive footer breaking the design.
Are there new APIs or other ways for extensions to determine whether this footer is being displayed? Then, extensions could objectively prompt those users to turn off the footer if they don't want to see it.

I was thinking about how to simplify alās workaround ā instead of comparing different tabs, you can just detect the footer directly by its fixed 57px height. Luckily, there arenāt many other Chrome UI elements that affect the window height.