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

Side by Side 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: Nits 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 unified diff | Download patch
OLDNEW
(Empty)
1 {{?content.contentScriptSupport.restrictedTo}}
2 {{#n:content.contentScriptSupport.restrictedTo}}
3 {{^n.first}}
4 {{^n.last}},{{/n.last}}{{?n.last}} and {{/n.last}}
5 {{/n.first}}
6 $(ref:{{content.contentScriptSupport.name}}.{{n.node}} {{n.node}})
7 {{/content.contentScriptSupport.restrictedTo}} are supported.
8 {{:}}
9 Fully supported.
10 {{/content.contentScriptSupport.restrictedTo}}
11 <a href="content_scripts">Learn more</a>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698