It would be great if the page zoom were shown in the url bar when the zoom is different from 100%, e.g. as Firefox does it. My second preference would be to show it in the status bar, but since many people probably don't have the status bar shown, the first option is significantly preferred.
There is a Python extension at https://store.kde.org/browse/cat/571/ Please consider closing the issue if that extension are useful for you! Also, please do not report here issues related to that extension, thanks!
I also suggest to add this feature to the default installation without extensions.
A possibly relevant merge request was started @ https://invent.kde.org/network/falkon/-/merge_requests/47
Git commit d50eb6e822cb96a5bd700ec61ce330998787a10b by Juraj Oravec. Committed on 16/07/2023 at 10:03. Pushed by jurajo into branch 'master'. Show page zoom level in locationbar - Only show up when the zoom level is different than the default zoom level set in preferences. Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +2 -0 src/lib/CMakeLists.txt M +6 -0 src/lib/navigation/locationbar.cpp M +2 -0 src/lib/navigation/locationbar.h A +82 -0 src/lib/navigation/zoomlabel.cpp [License: GPL (v3+)] A +47 -0 src/lib/navigation/zoomlabel.h [License: GPL (v3+)] M +1 -0 src/lib/other/qzsettings.cpp M +1 -0 src/lib/other/qzsettings.h M +2 -0 src/lib/preferences/preferences.cpp M +7 -0 src/lib/preferences/preferences.ui https://invent.kde.org/network/falkon/-/commit/d50eb6e822cb96a5bd700ec61ce330998787a10b