How to create a sidebar(right-side) in google chrome?

别来无恙 提交于 2019-12-01 19:53:12

If you mean something like that

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

Vic Goldfeld

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!