Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: chrome/common/extensions/docs/templates/intros/fileSystem.html

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <table class="intro">
2 <tr>
3 <th scope="col"></th>
4 <th scope="col"></th>
5 </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>
24 <td><code>"fileSystem"</code>, <code>"fileSystem.write"</code>,
25 <code>"fileSystem.retainEntries"</code></td>
26 </tr>
27 <tr>
28 <td><strong>Learn more:</strong></td>
29 <td><a href="app_storage.html">Manage Data</a><br>
30 <a href="angular_framework.html">Build Apps with AngularJS</a><br>
31 <a href="https://developers.google.com/live/shows/7320022-1001/">Chrome Apps Office Hours:
32 TextDrive and AngularJS</a></td>
33 </tr>
34 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698