Go2Doc
This extension opens the corresponding tab in godoc.org.
Qu'est-ce que Go2Doc ?
Go2Doc est une extension Chrome développée par francesc, et sa fonction principale est "This extension opens the corresponding tab in godoc.org.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Go2Doc
Téléchargez les fichiers d'extension Go2Doc au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Go2Doc |
ID | mnpdpppgidppdhingkmlcmmgdjknecif |
URL Officiel | https://chromewebstore.google.com/detail/go2doc/mnpdpppgidppdhingkmlcmmgdjknecif |
Description | This extension opens the corresponding tab in godoc.org. |
Taille du Fichier | 15.32 KB |
Nombre d'Installations | 111 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2014-03-19 |
Date de Publication | 2014-03-19 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | francesc |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |