From ce1fef7322ba673b410e6b1b274ccfe9117915ea Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Wed, 31 Oct 2012 15:32:20 -0700 Subject: v. minor wording change about the manifest warning --- doc/manual_src/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual_src/install.md b/doc/manual_src/install.md index da4dd61..09befe0 100644 --- a/doc/manual_src/install.md +++ b/doc/manual_src/install.md @@ -86,7 +86,7 @@ located at `d:\binaries\fiveui_chrome.zip` ![FiveUI Installed](figures/fiveui_installed.png) * **Note:** The warning message reading "Support for manifest version 1 is being phased out." - is a known issue and does not affect the FiveUI extension (for now). + is a known issue and does not currently affect the FiveUI extension. FiveUI is now installed. The [Getting Started guide](gettingStarted.html) explains how to configure and use the extension. -- cgit v1.2.3 From 9ff2d2da866a142d564adfb2038ee5ce02e36138 Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Wed, 31 Oct 2012 15:37:18 -0700 Subject: minor wording tweaks - mostly to assume that d: is a read-only cd/dvd drive --- doc/manual_src/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/manual_src/install.md b/doc/manual_src/install.md index 09befe0..371e357 100644 --- a/doc/manual_src/install.md +++ b/doc/manual_src/install.md @@ -64,7 +64,7 @@ located at `d:\binaries\fiveui_chrome.zip` ![Unpack the extension](figures/unzip_ext.png) - * Open Chrome and navigate to the extensions manager (this can be reached + * Open Chrome and navigate to the extensions manager. The extensions manager can be reached through Chrome's menu system or by entering ```chrome://extensions``` in the URL bar. @@ -73,10 +73,10 @@ located at `d:\binaries\fiveui_chrome.zip` * Check the box labeled "Developer Mode" at the top of the extensions manager page (if it is not already checked): -![Chrome developer mode](figures/chrome_developer_mode.png) +![Enable Chrome developer mode](figures/chrome_developer_mode.png) * Click "Load Unpacked Extension" and choose the directory where you unpacked - the Chrome extension file, in our example this would be `d:\binaries`. + the Chrome extension file. The directory should contain the file `manifest.json`. ![Load Unpacked Extension](figures/load_unpacked_extension.png) -- cgit v1.2.3