OLD | NEW |
1 <!-- BEGIN AUTHORED CONTENT --> | 1 <!-- BEGIN AUTHORED CONTENT --> |
2 <p id="classSummary"> | 2 <p id="classSummary"> |
3 Use the <code>chrome.webNavigation</code> module to receive | 3 Use the <code>chrome.webNavigation</code> module to receive |
4 notifications about the status of navigations requests in-flight. | 4 notifications about the status of navigations requests in-flight. |
5 </p> | 5 </p> |
6 <h2>Manifest</h2> | 6 <h2>Manifest</h2> |
7 <p> | 7 <p> |
8 All <code>chrome.webNavigation</code> methods and events require you to declare | 8 All <code>chrome.webNavigation</code> methods and events require you to declare |
9 the "webNavigation" permission in the <a href="manifest.html">extension | 9 the "webNavigation" permission in the <a href="manifest.html">extension |
10 manifest</a>. | 10 manifest</a>. |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 </td> | 112 </td> |
113 </tr> | 113 </tr> |
114 <tr> | 114 <tr> |
115 <td>"from_address_bar"</td> | 115 <td>"from_address_bar"</td> |
116 <td> | 116 <td> |
117 The user initiated the navigation from the address bar (aka Omnibox). | 117 The user initiated the navigation from the address bar (aka Omnibox). |
118 </td> | 118 </td> |
119 </tr> | 119 </tr> |
120 </table> | 120 </table> |
121 <!-- END AUTHORED CONTENT --> | 121 <!-- END AUTHORED CONTENT --> |
OLD | NEW |