OLD | NEW |
1 <table class="intro"> | 1 <table class="intro"> |
2 <tr> | 2 <tr> |
3 <th scope="col"></th> | 3 <th scope="col"></th> |
4 <th scope="col"></th> | 4 <th scope="col"></th> |
5 </tr> | 5 </tr> |
6 <tr> | 6 <tr> |
7 <td><strong>Description:</strong></td> | |
8 <td>Use the <code>chrome.fileSystem</code> module | |
9 to create, read, navigate, and write | |
10 to a sandboxed section of the user's local file system. | |
11 With this API, | |
12 packaged apps can read and write | |
13 to a user-selected location. | |
14 For example, | |
15 a text editor app can use the API | |
16 to read and write local documents.</td> | |
17 </tr> | |
18 <tr> | |
19 <td><strong>Availability:</strong></td> | |
20 <td>Google Chrome 23</td> | |
21 </tr> | |
22 <tr> | |
23 <td><strong>Permissions:</strong></td> | 7 <td><strong>Permissions:</strong></td> |
24 <td><code>"fileSystem"</code>, <code>"fileSystem.write"</code></td> | 8 <td><code>"fileSystem"</code>, <code>"fileSystem.write"</code></td> |
25 </tr> | 9 </tr> |
26 <tr> | 10 <tr> |
27 <td><strong>Learn more:</strong></td> | 11 <td><strong>Learn more:</strong></td> |
28 <td><a href="app_storage.html">Manage Data</a><br> | 12 <td><a href="app_storage.html">Manage Data</a><br> |
29 <a href="angular_framework.html">Build Apps with AngularJS</a><br> | 13 <a href="angular_framework.html">Build Apps with AngularJS</a><br> |
30 <a href="https://developers.google.com/live/shows/7320022-1001/">Chrome Apps
Office Hours: | 14 <a href="https://developers.google.com/live/shows/7320022-1001/">Chrome Apps
Office Hours: |
31 TextDrive and AngularJS</a></td> | 15 TextDrive and AngularJS</a></td> |
32 </tr> | 16 </tr> |
33 </table> | 17 </table> |
OLD | NEW |