OLD | NEW |
1 <div id="pageData-name" class="pageData">Media Galleries</div> | 1 <div id="pageData-name" class="pageData">Media Galleries</div> |
2 | 2 |
3 <!-- BEGIN AUTHORED CONTENT --> | 3 <!-- BEGIN AUTHORED CONTENT --> |
4 <p> | 4 <p> |
5 The media galleries API allows you to access media files (images, | 5 The media galleries API allows you to access media files (images, |
6 video, audio) from the user's local disks (with the user's consent). | 6 video, audio) from the user's local disks (with the user's consent). |
7 </p> | 7 </p> |
8 | 8 |
9 <p> | 9 <p> |
10 Using the API, you can prompt the user for permission to access the media | 10 Using the API, you can prompt the user for permission to access the media |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 <p>This set of permissions will trigger an install time permission prompt | 45 <p>This set of permissions will trigger an install time permission prompt |
46 and let the extension read from all auto-detected media galleries on the | 46 and let the extension read from all auto-detected media galleries on the |
47 user's computer. The user may add or remove galleries using the | 47 user's computer. The user may add or remove galleries using the |
48 media gallery management dialog, after which the extension will be able | 48 media gallery management dialog, after which the extension will be able |
49 to read all the media files from galleries that the user has selected.</p> | 49 to read all the media files from galleries that the user has selected.</p> |
50 | 50 |
51 <p>Currently "mediaGalleriesRead" is the only access type supported by | 51 <p>Currently "mediaGalleriesRead" is the only access type supported by |
52 this API. Read-write and add-file access with be implemented soon.</p> | 52 this API. Read-write and add-file access with be implemented soon.</p> |
53 | 53 |
54 <!-- END AUTHORED CONTENT --> | 54 <!-- END AUTHORED CONTENT --> |
OLD | NEW |