Github Omnibar

Omnibar for Github

Github Omnibarคืออะไร?

Github Omnibar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oyanglul.us และคุณลักษณะหลักของมันคือ "Omnibar for Github"

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

screenshot

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

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

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

                        Dear Github

github.com deserve a omnibar, so I make you one, just like the the thing when you press "." on bitbucket.org

please install me and try press "p"

you're welcome                    

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

ชื่อ Github Omnibar Github Omnibar
ID njccjmmakcbdpnlbodllfgiloenfpocb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-omnibar/njccjmmakcbdpnlbodllfgiloenfpocb
คำอธิบาย Omnibar for Github
ขนาดไฟล์ 220 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2016-03-21
วันที่เผยแพร่ 2016-03-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://oyanglul.us
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jcouyang/gh-omnibar
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Omnibar",
    "version": "0.1.2",
    "description": "Omnibar for Github",
    "author": "Ouyang Jichao",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/string_score.js",
                "js\/app.js"
            ],
            "css": [
                "css\/site.css"
            ]
        }
    ]
}