From: Brad Fitzpatrick Date: Mon, 23 May 2011 21:05:18 +0000 (-0700) Subject: gophertool: Chrome extension to aid in Go development X-Git-Tag: weekly.2011-06-02~137 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=09dd5bf13bdf6365e364e81f9122b837670de080;p=gostls13.git gophertool: Chrome extension to aid in Go development Contains common links & a smart text box that recognizes various identifiers and jumps to one of: * issue URL, * codereview URL, * commit URL, * package docs R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4553058 --- diff --git a/misc/chrome/gophertool/gopher.png b/misc/chrome/gophertool/gopher.png new file mode 100644 index 0000000000..0d1abb7418 Binary files /dev/null and b/misc/chrome/gophertool/gopher.png differ diff --git a/misc/chrome/gophertool/manifest.json b/misc/chrome/gophertool/manifest.json new file mode 100644 index 0000000000..a8de8dfd25 --- /dev/null +++ b/misc/chrome/gophertool/manifest.json @@ -0,0 +1,12 @@ +{ + "name": "Hacking Gopher", + "version": "1.0", + "description": "Go Hacking utility", + "browser_action": { + "default_icon": "gopher.png", + "popup": "popup.html" + }, + "permissions": [ + "tabs" + ] +} diff --git a/misc/chrome/gophertool/popup.html b/misc/chrome/gophertool/popup.html new file mode 100644 index 0000000000..a953054c78 --- /dev/null +++ b/misc/chrome/gophertool/popup.html @@ -0,0 +1,69 @@ + + + + + + +issue, +codereview, +commit, or +pkg id/name: +
+Also: buildbots + +