Opera-Browser erforderlich.
With this extension, you can surf to any* website in the sidebar.
Features:
- Bookmarking. Bookmarks are stored in "Web Panel extension" in "Imported bookmarks".
- Auto reload. This can be useful if you for example follow a live score system in the sidebar, but the page doesn't update the data automatically.
- Mobile mode. This will make some websites use their mobile version, which often fits better in the Web Panel.
- Light theme, dark theme and Opera GX theme.
- Search engines: Ecosia, Startpage.com and Aol. You can also add custom ones.
- Page zoom.
*Note: Some sites will not work in the sidebar. If you want to know why, you can have a more detailed explanation here: https://github.com/ekner/Web-Panel/wiki/Why-are-some-pages-not-displayed%3F. Some of these are:
- vk.com
- google.com (Only Google search; other services such as Keep and Calendar works)
- yahoo.com
- bing.com
- duckduckgo.com
- yandex.com
If you want to use one of the websites above for searching, you may use a regular tab for searching,
and then open the correct page by pressing the left arrow button in the bottom bar.
If you've found a bug in the extension, report it on GitHub: https://github.com/ekner/Web-Panel
- Diese Erweiterung kann auf Ihre Daten auf allen Webseiten zugreifen.
- This Extension can read and modify bookmarks.
- Diese Erweiterung fügt der Seitenleiste einen Bereich hinzu.
Bildschirmfotos

Über die Erweiterung
- Downloads
- 99.316
- Kategorie
- Produktivität
- Version
- 1.8
- Größe
- 315,9 KB
- Letztes Update
- 30. März 2022
- Lizenz
- Quellcode-Seite
- https://github.com/ekner/Web-Panel
Ähnliche
-
Fire Time Tracker
Track and limit time your activity in the browser every day.
Bewertung: Gesamte Bewertungen: 2
-
Simple Notes
Simple notes in a panel, with a context menu item to copy text to a note.
Bewertung: Gesamte Bewertungen: 56
-
Atavi bookmarks
Synchronisation von Lesezeichen mit alle Geräten und Browsers
Bewertung: Gesamte Bewertungen: 191
-
Webcam Recorder
Record video from your computer's camera and/or record audio from your microphone
Bewertung: Gesamte Bewertungen: 3
-
Evernote Web Clipper
Verwende die Evernote-Erweiterung, um Dinge, die du online entdeckst, in deinem Evernote-Konto zu speichern.
Bewertung: Gesamte Bewertungen: 718
Nutzer-Feedback
-
- Ufuk2024vor 2 Monaten
Opera Yan Çubuk ayarlarına, özel site paneli diye bir sekme ekledi , web panel yerine özel site paneline web site ekleyip kesintisiz kullanabilirsiniz.
Şimdilik güzel çalışıyor.
-
- Andreas79vor 1 Jahr
I found a solution for me: When you've a little bit experience in programming you can make an extension by yourself. I used chatGPT for that. Only problem is, that when you've a website on a webserver outsite of your computer it seems you've to load it in an iframe. And not every site allow this way. Maybe this is also the problem in web panel why it don't load the sites. I've deinstalled the exension, but you coul'd try if it works so set a simple html-file on your main drive (mostly c: ) with an iframe. When you load this file, maybe it loads the website in an iframe (save this file f.e. with text editor (not word) as test.html on your pc, change testurl.com to your URL. and then open file to test if it works in browser. If yes set the path of the file to web panel als page. Does it work?
<!DOCTYPE html><html><head> <title>Iframe-Seite</title> <style> /* Stellt sicher, dass der iframe die gesamte Seite einnimmt */ html, body { height: 100%; margin: 0; padding: 0; } iframe { height: 100%; width: 100%; border: none; /* Entfernt den Rahmen des iframes */ } </style></head><body> <!-- Einbettung der Webseite in einem iframe --> <iframe src="https://testurl.com"></iframe></body></html>
- MrVuevor 1 Jahr
@andreas79 I understand the code above but it defeat the purpose on the Opera browser. If there's an extension for this and not working, remove it. If it is working, update it. The purpose code you provide is limited as you mention as most site doesn't allow embed iframe. And if I need to code it myself then what's the purpose of the browser?
-
- MrVuevor 1 Jahr
@endv20: I just redownload from the github location and still seeing the same thing. Not sure how you got it working but not for me.
- eNdV20vor 1 Jahr
The extension doesn't work if you download it from here, but if you download it from GitHub it does! I just gave it a try to see what happens and it appears to wrok like a charm.
Great extension btw!!
- Andreas79vor 1 Jahr
Would be a great plugin, but don't work. It doesn't load any content and so is useless at this time. Maybe there's a chance to make an update or put this function directly to opera? Great would be the option to add more then one plugin, so that different sites could be loaded (for example other messenger, own toolboxes a.s.o.
This plugin doesnt work (possible due to manifest V2 being deprecated? no clue.) but opera already natively allows you to do this (as I found out from a helpful reddit comment)
Go
to the URL "opera://flags/#sidebar-site-panel", enable the flag, restart Opera, click the 3 dots at the bottom of the sidebar, scroll down to Custom Site Panels, and add the specific Reddit URL you want. You can do this with other sites too.
Note though that custom site panels are strict. Redirects to other domains won't work and click links to other domains will open them in tabs instead of in that sidebar panel. In the case of a site like outlook.com that redirects to live.com for logging in, you'll have to do that in a regular tab first to get cookies set before things outlook.com will load right in the site panel.
Also note that you can't customize the site panel's icon in the sidebar.
But, have fun with it. - https://www.reddit.com/r/OperaGX/comments/113m6jq/comment/j8wgc6w/