This is just a quick note for Fedora users who use Epiphany as their main web browser. As you have probably noticed, there is an epiphany-extensions
package in Fedora-Extras. These extensions add some more functionality to Epiphany. If I recall correctly, this package does not contain all of the extensions that are available for this browser and, for sure, it does not contain the sample extensions, which can help you write a small extension to satisfy your needs.
So, a custom compilation of the extensions is needed. Just keep in mind that in order to also compile the sample plugins you ‘ll need to add the following option when configuring:
--with-extensions=really-all
The --with-extensions
option can take a comma separated list of the extentions that will be built, or the value “all
“, which is supposed to build all the available extentions except for the samples, or it can be “really_all
” which builds everything. Finally, this option can be completely omitted, which leads to the compilation of the default extentions.
Some of the extensions that do not exist in the default RPM package and I definitely wish they were there, are a feed subscription extension, an almost efficient ad-blocker and of course a Python Console. I do not really know why they are missing, perhaps due to some bugs, but I use them for a long time now and they seem to work fine.
PS: And, by the way, non Epiphany users, just give this browser a shot.
A Note About The Epiphany Extensions on Fedora by George Notaras is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Copyright © 2006 - Some Rights Reserved