Advertisement
0x2264773426

To enable Web extension support in GNOME Web:

May 22nd, 2023 (edited)
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. To enable Web extension support in GNOME Web:
  2.  
  3. To install GNOME Web/Epiphany (Internet browser client):
  4. sudo dnf install epiphany
  5.  
  6. To install Dconf editor (A graphical tool for editing the dconf database):
  7. sudo dnf install dconf-editor
  8.  
  9. To enable extension support in GNOME Web (Epiphany):
  10. gsettings set org.gnome.Epiphany.web:/org/gnome/epiphany/web/ enable-webextensions true
  11.  
  12. or
  13.  
  14. 1) Open Dconf Editor application
  15. 2) Click "I will be careful" if you face
  16. 3) Go to this path (org/gnome/epiphany/web)
  17. 4) Then scroll down and find enable-webextensions option
  18. 5) Turn on the option
  19. 6) Close all the applications and then restart or log out the system
  20.  
  21. To download any particular extension:
  22. 1) Go to this Firefox website: https://addons.mozilla.org/en-US/firefox/extensions/
  23. 2) Search your favorite extension(s)
  24. 3) Choose any extension which you liked
  25. 4) Click "Download file" at the bottom of "Download Firefox and get the extension" button
  26. 5) Choose a best location and save the desired "xpi" based extension
  27.  
  28. To install any particular extension:
  29. 1) Click the hamburger menu/three line menu button at the top right corner
  30. 2) Select "Preferences" option or press "CTRL+," buttons
  31. 3) Click an extension option at top right corner in the preferences window
  32. 4) Click "Add new extension" button
  33. 5) Open up that desired "xpi" based extension
  34. 6) Enable that extension by toggling the extension option
  35.  
  36. To disable any extension:
  37. 1) Click the hamburger menu/three line menu button at the top right corner
  38. 2) Select "Preferences" option or press "CTRL+," buttons
  39. 3) Click an extension option at top right corner in the preferences window
  40. 4) Disable any extension which you wanted by toggling the extension option
  41.  
  42. To remove any extension:
  43. 1) Click the hamburger menu/three line menu button at the top right corner
  44. 2) Select "Preferences" option or press "CTRL+," buttons
  45. 3) Click an extension option at top right corner in the preferences window
  46. 4) Click on the name of the extension
  47. 5) Click on "Remove Extension" button remove an extension
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement