OLD | NEW |
1 <h1>Manifest Version</h1> | 1 <h1>Manifest Version</h1> |
2 | 2 |
3 <style type="text/css"> | 3 <style type="text/css"> |
4 #schedule h3 { | 4 #schedule h3 { |
5 margin-bottom:0; | 5 margin-bottom:0; |
6 } | 6 } |
7 | 7 |
8 #schedule p { | 8 #schedule p { |
9 margin-top:0; | 9 margin-top:0; |
10 margin-bottom:1em; | 10 margin-bottom:1em; |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 the <code>default_popup</code> property | 192 the <code>default_popup</code> property |
193 </a> or $ref:pageAction.setPopup instead. | 193 </a> or $ref:pageAction.setPopup instead. |
194 </p> | 194 </p> |
195 </li> | 195 </li> |
196 <li> | 196 <li> |
197 <p> | 197 <p> |
198 The <code>default_popup</code> property of <code>page_action</code> | 198 The <code>default_popup</code> property of <code>page_action</code> |
199 can no longer be specified as an object. It must be a string. | 199 can no longer be specified as an object. It must be a string. |
200 </p> | 200 </p> |
201 </li> | 201 </li> |
202 <li> | |
203 <p> | |
204 The <code>chrome.self</code> API has been removed. Use | |
205 <a href="extension.html"><code>chrome.extension</code></a> instead. | |
206 </p> | |
207 </li> | |
208 </ul> | 202 </ul> |
209 </li> | 203 </li> |
210 <li> | 204 <li> |
211 <p> | 205 <p> |
| 206 The <code>chrome.self</code> API has been removed. Use |
| 207 <a href="extension.html"><code>chrome.extension</code></a> instead. |
| 208 </p> |
| 209 </li> |
| 210 <li> |
| 211 <p> |
212 <code>chrome.extension.getTabContentses</code> (!!!) and | 212 <code>chrome.extension.getTabContentses</code> (!!!) and |
213 <code>chrome.extension.getExtensionTabs</code> are gone. Use | 213 <code>chrome.extension.getExtensionTabs</code> are gone. Use |
214 $ref:extension.getViews instead. | 214 $ref:extension.getViews instead. |
215 </p> | 215 </p> |
216 </li> | 216 </li> |
217 <li> | 217 <li> |
218 <p> | 218 <p> |
219 <code>Port.tab</code> is gone. Use | 219 <code>Port.tab</code> is gone. Use |
220 $ref:runtime.Port | 220 $ref:runtime.Port |
221 instead. | 221 instead. |
222 </p> | 222 </p> |
223 </li> | 223 </li> |
224 </ul> | 224 </ul> |
OLD | NEW |