1
0
mirror of https://github.com/golang/go synced 2024-11-22 16:44:54 -07:00
go/misc/chrome/gophertool
Shenghou Ma b213891c06 misc/chrome/gophertool: fix manifest
according to http://code.google.com/chrome/extensions/browserAction.html,
it should use "default_popup" instead of "popup".

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/6349077
2012-07-05 16:52:13 -04:00
..
background.html
gopher.js
gopher.png
manifest.json misc/chrome/gophertool: fix manifest 2012-07-05 16:52:13 -04:00
popup.html
README.txt

To install:

1) chrome://extensions/
2) click "[+] Developer Mode" in top right
3) "Load unpacked extension..."
4) pick $GOROOT/misc/chrome/gophertool

Done.  It'll now auto-reload from source.