Go2Doc
This extension opens the corresponding tab in godoc.org.
Apa itu Go2Doc?
Go2Doc adalah ekstensi Chrome yang dikembangkan oleh francesc, dan fitur utamanya adalah "This extension opens the corresponding tab in godoc.org.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Go2Doc
Unduh file ekstensi Go2Doc dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Go2Doc |
ID | mnpdpppgidppdhingkmlcmmgdjknecif |
URL Resmi | https://chromewebstore.google.com/detail/go2doc/mnpdpppgidppdhingkmlcmmgdjknecif |
Deskripsi | This extension opens the corresponding tab in godoc.org. |
Ukuran File | 15.32 KB |
Jumlah Instalasi | 111 |
Versi Saat Ini | 0.5 |
Terakhir Diperbarui | 2014-03-19 |
Tanggal Publikasi | 2014-03-19 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | francesc |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |