
Falkon Extensions auto falkon plugin zoom
Source (link to git-repo or to original if based on someone elses unmodified work): https://git.sgorava.xyz/Falkon/AutoZoomer
Automatically zoom page to saved zoom level.
Features:
- Main toolbar and statusbar button
- By pressing the button the current setting for host (site) is saved
- Setting dialog where the saved data can be viewed and changed
- Configurable keyboard shortcut to save current settings
- Can be disabled per host basis
Translations:
- The code is prepared for translations
- If there is anyone interested in translating this plugin please contact me.
Version 1.1.0 1 year ago
* Add Menu entry to extensions menu
* Add configurable keyboard shortcut
Version 1.1.0 1 year ago
* Add Menu entry to extensions menu
* Add configurable keyboard shortcut
Version 1.0.3 1 year ago
* Specify plugin icon
Version 1.0.2 1 year ago
* Fix plugin loading when Falkon is running
Version 1.0.1 1 year ago
* SettingsDialog: Save settings on accepted avent
* Attempt to change zoom level only when the current value differs from saved.
Version 1.0.0 1 year ago
* Initial release
sgorava
3 months ago
I believe you can still manually install addons by With Falkon 3.1 and lower copy the plugin directory into Falkon global plugin directory.
e.g. "/usr/lib/qt/plugins/falkon/python/"
# It will only work if Python support is enabled and functional.
Report
cherokeerigger
3 months ago
Report
cherokeerigger
3 months ago
Report
sgorava
3 months ago
On Artix: "/usr/lib/qt/plugins/falkon/python/"
Since you did not mention your distribution, I don`t have a way to check if python support is enabled there. It depends on pyside2 and shiboken2 and some Qt versions.
I for a long time already am using the development version, since I apply few patches on top of it.
Report
cherokeerigger
3 months ago
Report
sgorava
3 months ago
Report