1
0
mirror of https://github.com/golang/go synced 2024-11-15 08:30:35 -07:00
go/misc/chrome/gophertool
Shenghou Ma 171e72bf28 [release-branch.go1] misc/chrome/gophertool: fix manifest
««« backport 100ddb84c85d
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-09-22 05:53:59 +10:00
..
background.html gophertool: also permit typing "go [whatever]" in omnibox 2011-05-31 13:16:51 -07:00
gopher.js gophertool: also permit typing "go [whatever]" in omnibox 2011-05-31 13:16:51 -07:00
gopher.png
manifest.json [release-branch.go1] misc/chrome/gophertool: fix manifest 2012-09-22 05:53:59 +10:00
popup.html gophertool: fix link to the build status dashboard 2012-02-01 20:53:31 -08:00
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.