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

Unified Diff: chrome/common/extensions/docs/templates/articles/devtools.html

Issue 836153004: [docs] better links in devtools api docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: end p tag Created 5 years, 10 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
« no previous file with comments | « chrome/common/extensions/api/debugger.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/articles/devtools.html
diff --git a/chrome/common/extensions/docs/templates/articles/devtools.html b/chrome/common/extensions/docs/templates/articles/devtools.html
index 0db7f589353a796da7f76d3a30d5f5103ee45f91..cebb036ee42431f3b398bb431552721488a5b6a8 100644
--- a/chrome/common/extensions/docs/templates/articles/devtools.html
+++ b/chrome/common/extensions/docs/templates/articles/devtools.html
@@ -4,7 +4,7 @@
<p>A DevTools extension adds functionality to the Chrome DevTools. It can add new
UI panels and sidebars, interact with the inspected page, get information about
-network requests, and more. DevTools extensions have access to an additional set
+network requests, and more. View <a href="https://developer.chrome.com/devtools/docs/extensions-gallery">featured DevTools extensions</a>. DevTools extensions have access to an additional set
of DevTools-specific extension APIs:</p>
<ul>
@@ -406,8 +406,11 @@ window.addEventListener('message', function(event) {
});
</pre>
-Your message will now flow from the injected script, to the content script, to
-the background script, and finally to the DevTools page.
+<p>Your message will now flow from the injected script, to the content script, to
+the background script, and finally to the DevTools page.</p>
+
+<p>You can also consider <a href="https://github.com/GoogleChrome/devtools-docs/issues/143">two alternative message passing techniques here</a>.</p>
+
<h3 id="detecting-open-close">Detecting When DevTools Opens and Closes</h3>
« no previous file with comments | « chrome/common/extensions/api/debugger.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698