Go2Doc

This extension opens the corresponding tab in godoc.org.

Go2Docคืออะไร?

Go2Doc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย francesc และคุณลักษณะหลักของมันคือ "This extension opens the corresponding tab in godoc.org."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go2Doc

ดาวน์โหลดไฟล์ส่วนขยาย Go2Doc ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Go2Doc Go2Doc
ID mnpdpppgidppdhingkmlcmmgdjknecif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/go2doc/mnpdpppgidppdhingkmlcmmgdjknecif
คำอธิบาย This extension opens the corresponding tab in godoc.org.
ขนาดไฟล์ 15.32 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2014-03-19
วันที่เผยแพร่ 2014-03-19
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา francesc
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}