| Index: chrome/common/extensions/docs/templates/private/intro_tables/content_scripts.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/intro_tables/content_scripts.html b/chrome/common/extensions/docs/templates/private/intro_tables/content_scripts.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..83c48b61760118541181bd88503fe4b0e2a61686
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/templates/private/intro_tables/content_scripts.html
|
| @@ -0,0 +1,11 @@
|
| +{{?content.contentScriptSupport.restrictedTo}}
|
| + {{#n:content.contentScriptSupport.restrictedTo}}
|
| + {{^n.first}}
|
| + {{^n.last}},{{/n.last}}{{?n.last}} and {{/n.last}}
|
| + {{/n.first}}
|
| + $(ref:{{n.parent}}.{{n.node}} {{n.node}})
|
| + {{/content.contentScriptSupport.restrictedTo}} are supported.
|
| +{{:}}
|
| + Fully supported.
|
| +{{/content.contentScriptSupport.restrictedTo}}
|
| +<a href="content_scripts">Learn more</a>
|
|
|