diff options
Diffstat (limited to 'chrome/common/extensions')
6 files changed, 32 insertions, 8 deletions
diff --git a/chrome/common/extensions/docs/experimental.contextMenu.html b/chrome/common/extensions/docs/experimental.contextMenu.html index 307ed27..3599eb3 100644 --- a/chrome/common/extensions/docs/experimental.contextMenu.html +++ b/chrome/common/extensions/docs/experimental.contextMenu.html @@ -252,7 +252,14 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"></div> + <div id="static"><!-- BEGIN AUTHORED CONTENT --> +<p id="classSummary"> +For information on how to use experimental APIs, +see the <a href="experimental.html">chrome.experimental.* APIs</a> page. +</p> + +<!-- END AUTHORED CONTENT --> +</div> <!-- API PAGE --> <div class="apiPage"> diff --git a/chrome/common/extensions/docs/experimental.infobars.html b/chrome/common/extensions/docs/experimental.infobars.html index 5779ab7..a15eb83 100644 --- a/chrome/common/extensions/docs/experimental.infobars.html +++ b/chrome/common/extensions/docs/experimental.infobars.html @@ -250,7 +250,14 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"></div> + <div id="static"><!-- BEGIN AUTHORED CONTENT --> +<p id="classSummary"> +For information on how to use experimental APIs, +see the <a href="experimental.html">chrome.experimental.* APIs</a> page. +</p> + +<!-- END AUTHORED CONTENT --> +</div> <!-- API PAGE --> <div class="apiPage"> diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html index c2819e4..af0377f 100644 --- a/chrome/common/extensions/docs/i18n.html +++ b/chrome/common/extensions/docs/i18n.html @@ -628,9 +628,7 @@ users running Google Chrome in any non-English language see the label "Colores" and the extension name "Hola mundo". </p> -<img src="images/i18n-strings.gif" alt="Four files: manifest.json, and messages.json files for es, en, and en_GB. - The es and en files show entries for messages named "extName" and "colores"; - the en_GB file has just one entry (for "colores")." width="493" height="488"> +<img src="images/i18n-strings.gif" alt="Four files: manifest.json and three messages.json files (for es, en, and en_GB). The es and en files show entries for messages named "extName" and "colores"; the en_GB file has just one entry (for "colores")." width="493" height="488"> <h3 id="locales-testing">How to set your browser's locale</h3> diff --git a/chrome/common/extensions/docs/static/experimental.contextMenu.html b/chrome/common/extensions/docs/static/experimental.contextMenu.html new file mode 100644 index 0000000..bc07cad --- /dev/null +++ b/chrome/common/extensions/docs/static/experimental.contextMenu.html @@ -0,0 +1,7 @@ +<!-- BEGIN AUTHORED CONTENT --> +<p id="classSummary"> +For information on how to use experimental APIs, +see the <a href="experimental.html">chrome.experimental.* APIs</a> page. +</p> + +<!-- END AUTHORED CONTENT --> diff --git a/chrome/common/extensions/docs/static/experimental.infobars.html b/chrome/common/extensions/docs/static/experimental.infobars.html new file mode 100644 index 0000000..bc07cad --- /dev/null +++ b/chrome/common/extensions/docs/static/experimental.infobars.html @@ -0,0 +1,7 @@ +<!-- BEGIN AUTHORED CONTENT --> +<p id="classSummary"> +For information on how to use experimental APIs, +see the <a href="experimental.html">chrome.experimental.* APIs</a> page. +</p> + +<!-- END AUTHORED CONTENT --> diff --git a/chrome/common/extensions/docs/static/i18n.html b/chrome/common/extensions/docs/static/i18n.html index 32728b0..ad96293 100644 --- a/chrome/common/extensions/docs/static/i18n.html +++ b/chrome/common/extensions/docs/static/i18n.html @@ -361,9 +361,7 @@ see the label "Colores" and the extension name "Hola mundo". </p> <img src="images/i18n-strings.gif" - alt='Four files: manifest.json, and messages.json files for es, en, and en_GB. - The es and en files show entries for messages named "extName" and "colores"; - the en_GB file has just one entry (for "colores").' + alt='Four files: manifest.json and three messages.json files (for es, en, and en_GB). The es and en files show entries for messages named "extName" and "colores"; the en_GB file has just one entry (for "colores").' width="493" height="488" /> <h3 id="locales-testing">How to set your browser's locale</h3> |