Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 88c9a25

Browse files
committed
Add link to Chrome web store
1 parent a857249 commit 88c9a25

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
polydev is the Polymer DevTools Extension - a tool to help develop Polymer and
44
custom elements.
55

6+
## Release Installation
7+
8+
The release version of polydev is available on the Chrome Web Store:
9+
10+
https://chrome.google.com/webstore/detail/polymer-devtools-extensio/mmpfaamodhhlbadloaibpocmcomledcg
11+
612
## Development
713

814
### Building
@@ -30,7 +36,9 @@ When changing files in src/ the dev workflow should work cover most use cases.
3036

3137
> npm run dev
3238

33-
Depending on the change you can either then close and reopen the devtools, or if you've made a change to the content-script or to element-zones, you must reload both the extension and any page you're testing it on.
39+
Depending on the change you can either then close and reopen the devtools, or if
40+
you've made a change to the content-script or to element-zones, you must reload
41+
both the extension and any page you're testing it on.
3442

3543
### Working on element-zones
3644

0 commit comments

Comments
 (0)