简体   繁体   English

如何使用JavaScript和CSS在gmail中显示侧栏面板?

[英]how to display side bar panel in gmail using javascript and css?

I am going to display plugin for firefox and google chrome. 我将显示用于Firefox和Google Chrome的插件。 i know that all this plugins are developed using javascript and CSS but i donnot know how to display sidebar panel for example facebook chat panel. 我知道所有这些插件都是使用javascript和CSS开发的,但是我不知道如何显示侧边栏面板(例如facebook聊天面板)。

thanks in advance. 提前致谢。

For information on how to write a Chrome extension, see the Chrome Extension docs. 有关如何编写Chrome扩展程序的信息,请参阅Chrome扩展程序文档。

https://developer.chrome.com/extensions/index.html https://developer.chrome.com/extensions/index.html

For information on how to write a Firefox extension, see the Firefox Extension docs. 有关如何编写Firefox扩展的信息,请参阅Firefox扩展文档。

https://developer.mozilla.org/en-US/docs/Extensions https://developer.mozilla.org/zh-CN/docs/Extensions

In Chrome, for example, you'll need to insert a content script on the page you wish to display other information beyond what's already displayed. 例如,在Chrome中,您需要在页面上插入内容脚本,以显示除已显示内容之外的其他信息。 For more detail, see here: 有关更多详细信息,请参见此处:

http://developer.chrome.com/extensions/content_scripts.html http://developer.chrome.com/extensions/content_scripts.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM