| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 <li> | 213 <li> |
| 214 <p> | 214 <p> |
| 215 <code>chrome.extension.getTabContentses</code> (!!!) and | 215 <code>chrome.extension.getTabContentses</code> (!!!) and |
| 216 <code>chrome.extension.getExtensionTabs</code> are gone. Use | 216 <code>chrome.extension.getExtensionTabs</code> are gone. Use |
| 217 $ref:extension.getViews instead. | 217 $ref:extension.getViews instead. |
| 218 </p> | 218 </p> |
| 219 </li> | 219 </li> |
| 220 <li> | 220 <li> |
| 221 <p> | 221 <p> |
| 222 <code>Port.tab</code> is gone. Use | 222 <code>Port.tab</code> is gone. Use |
| 223 $ref:extension.Port | 223 $ref:runtime.Port |
| 224 instead. | 224 instead. |
| 225 </p> | 225 </p> |
| 226 </li> | 226 </li> |
| 227 </ul> | 227 </ul> |
| OLD | NEW |