Go2Doc
This extension opens the corresponding tab in godoc.org.
Wat is Go2Doc?
Go2Doc is een Chrome-extensie ontwikkeld door francesc, en de belangrijkste functie is "This extension opens the corresponding tab in godoc.org.".
Extensie Screenshots
Download het CRX-bestand van de extensie Go2Doc
Download Go2Doc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extensions shows a tiny little gopher on the address box whenever the URL is in github.com or code.google.com.
Clicking the little gopher opens the corresponding godoc.org page on a new tab.
Note: The gopher appears on any repository, without checking if there's any Go code in it. I might fix this at some point. Basisinformatie over de Extensie
| Naam | |
| ID | mnpdpppgidppdhingkmlcmmgdjknecif |
| Officiële URL | https://chromewebstore.google.com/detail/go2doc/mnpdpppgidppdhingkmlcmmgdjknecif |
| Beschrijving | This extension opens the corresponding tab in godoc.org. |
| Bestandsgrootte | 15.32 KB |
| Aantal Installaties | 111 |
| Huidige Versie | 0.5 |
| Laatst Bijgewerkt | 2014-03-19 |
| Publicatiedatum | 2014-03-19 |
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | francesc |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Go2Doc",
"description": "This extension opens the corresponding tab in godoc.org.",
"version": "0.5",
"background": {
"scripts": [
"godoc.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"declarativeContent"
],
"icons": {
"128": "doc.png"
},
"page_action": {
"default_icon": "doc.png",
"default_title": "open in godoc.org"
}
} | |