Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Fixed URLs to the closure compiler as well as the Chrome instructions…
Browse files Browse the repository at this point in the history
… for

loading an unpacked extension.
  • Loading branch information
treymo-goog committed May 14, 2015
1 parent 2491735 commit 7e97095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ git clone --recursive https://github.com/GoogleChrome/accessibility-developer-to
```

## Build
Download the [http://dl.google.com/closure-compiler/compiler-latest.zip](Closure compiler jar) and put it in ~/src/closure/compiler.jar.
Download the [Closure compiler jar](http://dl.google.com/closure-compiler/compiler-latest.zip) and put it in ~/src/closure/compiler.jar.

```
cd accessibility-developer-tools-extension
Expand All @@ -38,7 +38,7 @@ This will run Closure compiler on all the JS sources and place generated outputs

First, you need to enable the "experimental extension APIs" flag on chrome://flags. This will require restarting Chrome to take effect.

The [http://developer.chrome.com/extensions/getstarted.html#unpacked](Chrome extension developer documentation) has the instructions for loading an unpacked extension; `extension` is the the directory containing the manifest, so this should be the directory you load.
The [Chrome extension developer documentation](http://developer.chrome.com/extensions/getstarted.html#unpacked) has the instructions for loading an unpacked extension; `extension` is the the directory containing the manifest, so this should be the directory you load.

Note: if you already have the web store version of Accessibility Developer Tools, you might want to modify the manifest (`extension/manifest.json`) to display a different name for your local copy. This does not require re-building the project.

0 comments on commit 7e97095

Please sign in to comment.