Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2337)

Unified Diff: chrome/common/extensions/docs/templates/private/intro_tables/content_scripts.html

Issue 375133002: Docserver: Display API features that are available to content scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..33f18ba94c169523000d2efe6932f3648a931f32
--- /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:{{content.contentScriptSupport.name}}.{{n.node}} {{n.node}})
+ {{/content.contentScriptSupport.restrictedTo}} are supported.
+{{:}}
+ Fully supported.
+{{/content.contentScriptSupport.restrictedTo}}
+<a href="content_scripts">Learn more</a>

Powered by Google App Engine
This is Rietveld 408576698