Lines Matching full:href
7 In addition to its <a href="#icon">icon</a>,
9 a <a href="#tooltip">tooltip</a>,
10 a <a href="#badge">badge</a>,
11 and a <a href="#popups">popup</a>.
27 use a <a href="pageAction.html">page action</a>
42 <a href="manifest.html">extension manifest</a>
60 A browser action can have an <a href="#icon">icon</a>,
61 a <a href="#tooltip">tooltip</a>,
62 a <a href="#badge">badge</a>,
63 and a <a href="#popups">popup</a>.
74 HTML5 <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html">canvas element</a>.
87 in the <a href="#manifest">manifest</a>,
88 or call the <a href="#method-setIcon">setIcon()</a> method.
96 in the <a href="#manifest">manifest</a>,
97 or call the <a href="#method-setTitle">setTitle()</a> method.
99 see <a href="i18n.html">Internationalization</a> for details.
116 <a href="#method-setBadgeText">setBadgeText()</a> and
117 <a href="#method-setBadgeBackgroundColor">setBadgeBackgroundColor()</a>,
135 in the <a href="#manifest">manifest</a>, or call the
136 <a href="#method-setPopup">setPopup()</a> method.
149 Use <a href="pageAction.html">page actions</a> instead.
171 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/browserAction/">examples/api/browserAction</a>
174 <a href="samples.html">Samples</a>.