OLD | NEW |
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
4 templating mechanism. | 4 templating mechanism. |
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
7 authored overview content. | 7 authored overview content. |
8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
770 For more information see | 770 For more information see |
771 <a href="notifications.html">Desktop Notifications</a>.</td> | 771 <a href="notifications.html">Desktop Notifications</a>.</td> |
772 </tr> | 772 </tr> |
773 <tr> | 773 <tr> |
774 <td> "tabs" </td> | 774 <td> "tabs" </td> |
775 <td> Required if the extension uses the | 775 <td> Required if the extension uses the |
776 <a href="tabs.html">chrome.tabs</a> or | 776 <a href="tabs.html">chrome.tabs</a> or |
777 <a href="windows.html">chrome.windows</a> module. </td> | 777 <a href="windows.html">chrome.windows</a> module. </td> |
778 </tr> | 778 </tr> |
779 <tr> | 779 <tr> |
| 780 <td> "tts" </td> |
| 781 <td> Required if the extension uses the |
| 782 <a href="tts.html">chrome.tts</a> module. </td> |
| 783 </tr> |
| 784 <tr> |
| 785 <td> "ttsEngine" </td> |
| 786 <td> Required if the extension uses the |
| 787 <a href="ttsEngine.html">chrome.ttsEngine</a> module. </td> |
| 788 </tr> |
| 789 <tr> |
780 <td> "unlimitedStorage"</td> | 790 <td> "unlimitedStorage"</td> |
781 <td> Provides an unlimited quota for storing HTML5 client-side data, | 791 <td> Provides an unlimited quota for storing HTML5 client-side data, |
782 such as databases and local storage files. | 792 such as databases and local storage files. |
783 Without this permission, the extension is limited to | 793 Without this permission, the extension is limited to |
784 5 MB of local storage. | 794 5 MB of local storage. |
785 | 795 |
786 <p class="note"> | 796 <p class="note"> |
787 <b>Note:</b> | 797 <b>Note:</b> |
788 This permission applies only to Web SQL Database and application cache | 798 This permission applies only to Web SQL Database and application cache |
789 (see issue <a href="http://crbug.com/58985">58985</a>). | 799 (see issue <a href="http://crbug.com/58985">58985</a>). |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1053 _uff=0; | 1063 _uff=0; |
1054 urchinTracker(); | 1064 urchinTracker(); |
1055 } | 1065 } |
1056 catch(e) {/* urchinTracker not available. */} | 1066 catch(e) {/* urchinTracker not available. */} |
1057 </script> | 1067 </script> |
1058 <!-- end analytics --> | 1068 <!-- end analytics --> |
1059 </div> | 1069 </div> |
1060 </div> <!-- /gc-footer --> | 1070 </div> <!-- /gc-footer --> |
1061 </div> <!-- /gc-container --> | 1071 </div> <!-- /gc-container --> |
1062 </body></html> | 1072 </body></html> |
OLD | NEW |