OLD | NEW |
1 <div id="pageData-name" class="pageData">BrowsingData API</div> | |
2 | |
3 <!-- BEGIN AUTHORED CONTENT --> | |
4 <p id="classSummary"> | 1 <p id="classSummary"> |
5 Use the <code>chrome.browsingData</code> module to remove browsing data from a | 2 Use the <code>chrome.browsingData</code> module to remove browsing data from a |
6 user's local profile. | 3 user's local profile. |
7 </p> | 4 </p> |
8 | 5 |
9 <h2 id="manifest">Manifest</h2> | 6 <h2 id="manifest">Manifest</h2> |
10 | 7 |
11 <p> | 8 <p> |
12 You must declare the "browsingData" permission in the | 9 You must declare the "browsingData" permission in the |
13 <a href="manifest.html">extension manifest</a> to use this API. | 10 <a href="manifest.html">extension manifest</a> to use this API. |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 <strong>Seriously</strong>: Be careful with <code>protectedWeb</code> and | 147 <strong>Seriously</strong>: Be careful with <code>protectedWeb</code> and |
151 <code>extension</code>. These are destructive operations that your users | 148 <code>extension</code>. These are destructive operations that your users |
152 will write angry email about if they're not well-informed about what to | 149 will write angry email about if they're not well-informed about what to |
153 expect when your extension removes data on their behalf. | 150 expect when your extension removes data on their behalf. |
154 </p> | 151 </p> |
155 | 152 |
156 <h2 id="samples">Examples</h2> | 153 <h2 id="samples">Examples</h2> |
157 <p> | 154 <p> |
158 Samples for the <code>browsingData</code> API are available | 155 Samples for the <code>browsingData</code> API are available |
159 <a href="http://code.google.com/chrome/extensions/trunk/samples.html#chrome.br
owsingData">on the samples page</a>. | 156 <a href="http://code.google.com/chrome/extensions/trunk/samples.html#chrome.br
owsingData">on the samples page</a>. |
160 </p> | 157 </p> |
161 | |
162 <!-- END AUTHORED CONTENT --> | |
OLD | NEW |