Show me your web panels
-
I have added a Custom Search of the Feature Requests as a web panel. Just overtype the search term "Panels" to find other feature requests. Visit the link above, and modify the search string and/or advanced search options, for example, Show Results for Bookmarks as Topics before adding the web panel if you want something different.
Updated: to include new Mobile category.
-
If you use Chat frequently, you might find it useful to add them as a web panel. Click icons, and select See All Chats.
-
To load normal websites into the sidebar is awesome. I love it for things like google translating. The one thing that bothered me was that those websites are clearly not optimised to be displayed like this.
I found a way to adjust them with the extension Osprey. Osprey is a tool to add extra css to webpages. If you set all styles in a media query below 600px or so; it will only apply in your panel but not in the regular view.
ps. You will have to click the home button to refresh.Extension link:
https://chrome.google.com/webstore/detail/osprey/ekjapccimkannnfgcnnoajhfdglobgak?hl=enExamples with Styles:
Examples without styles:
Thought this is kind of cool and maybe worth sharing.
What are your favourite web-panels tools? -
@pesala Depending on the languages that you want to work with I can highly recommend www.deepl.com
Currently supporting German, English, French, Spanish, Italian, Dutch and Polish.
It is limited to 5000 words in the free version though and does not support "paste URL and have that translated incl. the original page layout" like both G**gle and B*ng are offering.
So it depends what you're looking for but I'd dare to say that deepl's translations in most cases will deliver better results than the two aforementioned alternatives. -
Updated and reposted below.
-
can someone give me the trick with deepl.com? If I use
https://www.deepl.com/translator
as sidebar URL, the page is shown with the desktop view (wether I tick mobile view or desktop view), same withhttps://www.deepl.com/
if I surf with my mobile phone, I get the "right" view with the input field above the translation (and not left from the translation)
any hints? -
These ^^
chrome-extension://abmpcbnpaeldlelmkgpcgkbgeeiamejn/popup.html (Extension manager) chrome://extensions/ chrome://downloads/ chrome://settings/siteData chrome://flags/ chrome-extension://hkhcjamebchhnoddfipklniglomopkcm/popup.html?webpanel (scriptblocker) chrome-extension://fhcgjolkccmbidfldomjliifgaodjagh/popup/popup.html (cookieblocker) chrome://about/ (which redirects to vivaldi://vivaldi-urls/) https://www.ilmeteo.it/meteo/<city>/amp (meteo) https://web.whatsapp.com/ (WA web) https://www.tablesgenerator.com/markdown_tables (MD down table generator) chrome-extension://pbmjbnlhfagmhpikbdplnoaldlbdkljj/theme_dark.html (another ext manager) https://www.w3schools.com/colors/colors_picker.asp (show shades of chosen color)
-
Updated and reposted below.
-
Mostly websites Google (algorithms) unfairly punish for various ideological reasons.
-
@Hadden89 said in Show me your web panels:
These ^^
chrome-extension://abmpcbnpaeldlelmkgpcgkbgeeiamejn/popup.html (Extension manager) chrome://extensions/ chrome://downloads/ chrome://settings/siteData chrome://flags/ chrome-extension://hkhcjamebchhnoddfipklniglomopkcm/popup.html?webpanel (scriptblocker) chrome-extension://fhcgjolkccmbidfldomjliifgaodjagh/popup/popup.html (cookieblocker) chrome://about/ (which redirects to vivaldi://vivaldi-urls/) https://www.ilmeteo.it/meteo/<city>/amp (meteo) https://web.whatsapp.com/ (WA web) https://www.tablesgenerator.com/markdown_tables (MD down table generator) chrome-extension://pbmjbnlhfagmhpikbdplnoaldlbdkljj/theme_dark.html (another ext manager) https://www.w3schools.com/colors/colors_picker.asp (show shades of chosen color)
What ?
-
How do you find links of extensions ?
OK, it is working (BuiltWith):
chrome-extension://dapjbgnjinbpoindlpdmhochffioedbn/popup.htmlWhat are security risks of doing it ? (LastPass ?)
-
How do you find links of extensions ?
Open the extension popup, secondary click and add the page as web panel.
What are security risks of doing it ? (LastPass ?)
It's just another way of accessing the popup. If you click extension button nothing different happens, it's only in a bubble instead of a webpanel.
-
Open the extension popup, secondary click and add the page as web panel.
Can you explain it in different words, please ? I do not understand how. "secondary click". Screenshot if possible please.
-
@Stagger_Lee Secondary click is another phrase for right click or open context menu. I use it because some people use "reversed" mouse (ideal would be the one not discriminating keyboard users, but…)
And the Add page as a webpanel, or how is it in English version, is easy to find.
-
Thank you, I found it out. Problem is non of my 4 extensions show in Web Panel. Nothing happens when I click on Add Page to Web Panel. Restarted browser too.
Of some 10 extensions only one showed in Web Panel. One without popup, but full window view. -
@Stagger_Lee Uh… strange, but true
A difficult way, then:
- Get the extension ID (enable Developer mode in extensions to see them)
- Find url used by the extension for popup
- navigate to your profile directory (last row in
vivaldi://about
) - go to Extensions folder, then to folder named with ID of the extension
- there's a version folder, navigate there
- open
manifest.json
file - find
browser_action
area, thendefault_popup
inside it
- navigate to your profile directory (last row in
- Build the url
chrome-extension://
- ID
- popup url
- Add the url as a web panel (I hope I don't have to describe this step
)
-
Last row in vivaldi://about is vivaldi://webrtc-logs or vivaldi://restart/.
vivaldi://about opens nothing special, just some Vivaldi specific links. Some 30-50 of them.
"List of Vivaldi URLs" is the Title of vivaldi://about Page.Seems as the same bug, or my Settings options weirdly set:
https://forum.vivaldi.net/topic/8158/bug-setting-vivaldi-about-as-start-page-redirects-to-vivaldi-vivaldi-urls -
@Stagger_Lee
vivaldi://version
should work. -
Ah OK, this one. I could find it by myself.
-
@Alkalin0 said in Show me your web panels:
To load normal websites into the sidebar is awesome. I love it for things like google translating. The one thing that bothered me was that those websites are clearly not optimised to be displayed like this.
I found a way to adjust them with the extension Osprey. Osprey is a tool to add extra css to webpages. If you set all styles in a media query below 600px or so; it will only apply in your panel but not in the regular view.
ps. You will have to click the home button to refresh.Extension link:
https://chrome.google.com/webstore/detail/osprey/ekjapccimkannnfgcnnoajhfdglobgak?hl=enGood idea this, except I'm stuck on exactly what style/media query I'd need to write for this to work with, say, Gmail?