Commit e7710edd authored by crystallambert@chromium.org's avatar crystallambert@chromium.org Committed by Commit Bot

[Extension Docs]Get Started Tutorial Screen Shot Update

Extensions management page has a new UI.
Current screen shots of page are outdated.
This CL updates the screen shots in the Get Started Tutorial
to match the new UI.

Bug: 824766
Change-Id: Ie7028dbbe44663eaabf56fec2356c42ac7fbe102
Reviewed-on: https://chromium-review.googlesource.com/975664Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Crystal Lambert <crystallambert@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545084}
parent 3bc31a60
...@@ -64,15 +64,16 @@ ...@@ -64,15 +64,16 @@
</ul> </ul>
</li> </li>
<li> <li>
Enable Developer Mode by checking the box next to <strong>Developer mode</strong>. Enable Developer Mode by clicking the toggle switch
next to <strong>Developer mode</strong>.
</li> </li>
<li> <li>
Click the <strong>Load unpacked extension...</strong> button Click the <strong>LOAD UNPACKED</strong> button
and select the extension directory. and select the extension directory.
</li> </li>
</ol> </ol>
<img src="{{static}}/images/get_started/load_extension.png" <img src="{{static}}/images/get_started/load_extension.png"
height="200" height="300"
alt="Load Extension" /> alt="Load Extension" />
<p> <p>
Ta-da! Ta-da!
...@@ -161,7 +162,7 @@ ...@@ -161,7 +162,7 @@
with a blue link, <strong>background page</strong>. with a blue link, <strong>background page</strong>.
</p> </p>
<img src="{{static}}/images/get_started/view_background.png" <img src="{{static}}/images/get_started/view_background.png"
height="200" height="300"
alt="Inspect Views" /> alt="Inspect Views" />
<p> <p>
Click the link to view the background script's console log, Click the link to view the background script's console log,
...@@ -467,11 +468,18 @@ ...@@ -467,11 +468,18 @@
} }
</pre> </pre>
<p> <p>
Reload the extension then select the new options link to view the page, Reload the extension and click <strong>DETIALS</strong>.
</p>
<img src="{{static}}/images/get_started/click_detials.png"
height="300"
alt="Inspect Views" />
<p>
Scroll down the detials page and select <strong>Extension options</strong>
to view the options page,
although it will currently appear blank. although it will currently appear blank.
</p> </p>
<img src="{{static}}/images/get_started/options.png" <img src="{{static}}/images/get_started/options.png"
height="200" height="500"
alt="Inspect Views" /> alt="Inspect Views" />
<p> <p>
Last step is to add the options logic. Last step is to add the options logic.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment