GoDoc

Go to GoDoc documentation pages
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "GoDoc",
  "version": "0.1.3resigned1",
  "description": "Go to GoDoc documentation pages",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "commands": {
    "_execute_page_action": {
      "suggested_key": {
        "default": "Alt+Shift+G"
      }
    }
  },
  "page_action": {
    "default_icon": {
      "48": "icon.svg",
      "96": "icon.svg"
    },
    "default_title": "Go to GoDoc"
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f232e371-c460-4001-9444-f23e0e4a3d7e}"
    }
  }
}