diff options
Diffstat (limited to 'chrome/common/extensions/docs/static')
3 files changed, 15 insertions, 3 deletions
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> |