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

Side by Side Diff: chrome/common/extensions/docs/templates/intros/extension.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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
1 <h2 id="content scripts">Support for content scripts</h2> 1 <h2 id="content scripts">Support for content scripts</h2>
2 <p> 2 <p>
3 Unlike the other chrome.* APIs, 3 Unlike the other chrome.* APIs,
4 parts of <code>chrome.extension</code> 4 parts of <code>chrome.extension</code>
5 can be used by content scripts: 5 can be used by content scripts:
6 </p> 6 </p>
7 7
8 <dl> 8 <dl>
9 <dt> 9 <dt>
10 $(ref:runtime.sendMessage) and 10 $(ref:runtime.sendMessage) and
(...skipping 12 matching lines...) Expand all
23 <dt> 23 <dt>
24 $(ref:extension.getURL) 24 $(ref:extension.getURL)
25 </dt> 25 </dt>
26 <dd> 26 <dd>
27 Access to extension resources such as image files 27 Access to extension resources such as image files
28 </dd> 28 </dd>
29 </dl> 29 </dl>
30 30
31 <p> 31 <p>
32 For details, see 32 For details, see
33 <a href="content_scripts.html">Content Scripts</a>. 33 <a href="content_scripts">Content Scripts</a>.
34 </p> 34 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698