chrome扩展开发之Browser Actions
<span style="font-family: helvetica, arial, sans-serif; color: #51555c; line-height: 18px;">使用Browser Actions可以将一些自定义图标放置到chrome浏览器的地址栏右边,同时一个Browser Actions还可以使用 一个tooltip(工具提示), 一个 badge(标志), 和一个 popup(弹出页)。
下图中,地址栏右侧是一个browser Actions的彩色图标,在图标下面是他的弹出界面。
http://pythoneye.com/wp-content/uploads/2009/11/browser-action-300x186.png
如果你想创建一个图标,但并不总是可见,哪么使用 page action来代替Browser Action。
Manifest
<div style="margin-top: 18px; margin-right: 0px; margin-bottom: 18px; margin-left: 0px; padding-top: 1px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 12px; vertical-align: baseline; background-color: #e7e5dc; font-family: Consolas, 'Courier New', Courier, mono; width: 504px;" class="dp-highlighter"><div style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 45px; font-size: 12px; vertical-align: baseline; background-color: transparent; margin: 0px;" class="bar"><div style="" class="tools">view plaincopy to clipboardprint?
页:
[1]