4

It seems that it is not possible, but if anyone as a hint on how to create a right-sided sidebar (like a iframe) in google chrome, any hint will help. Thanks.

developerGuile
  • 507
  • 2
  • 11
  • 20

2 Answers2

2

The experimental sidebar API has, as of this time, disappeared from the chrome documentation, since there is no longer a developer working on it.

Your best bet for something that you can achieve now is a DOM bar, as discussed in Creating a StumbleUpon-like toolbar for Chrome

Community
  • 1
  • 1
Vic Goldfeld
  • 1,179
  • 12
  • 15
1

If you mean something like that

enter image description here

This is from the google chrome experimental api:

Caution: Don't depend on these experimental APIs. They might disappear, and they will change. Also, the Chrome Developer Dashboard doesn't allow you to upload extensions that use experimental APIs.

Details: http://www.chromium.org/chromium-os/user-experience/panels

DarkLeafyGreen
  • 69,338
  • 131
  • 383
  • 601