GitHub +1

+1 GitHub issues/pull requests

GitHub +1คืออะไร?

GitHub +1 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย artemave และคุณลักษณะหลักของมันคือ "+1 GitHub issues/pull requests"

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

screenshot

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

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

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

                        Know this: button looks MUCH better than on the screenshot.

GitHub has issues. Some are worse than others. But you can't really tell. Except now you can! Simply install this awesome extension and go ruthlessly upvote issues (and pull requests) and make the world a better place.

Button style shamelessly taken from http://code.divshot.com/geo-bootstrap/                    

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

ชื่อ GitHub +1 GitHub +1
ID oiiklolboagjicidmggcoohmgkepdfan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan
คำอธิบาย +1 GitHub issues/pull requests
ขนาดไฟล์ 34.95 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.8
อัปเดตครั้งล่าสุด 2015-03-21
วันที่เผยแพร่ 2015-03-21
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา artemave
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/artemave/github-plus-one
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub +1",
    "manifest_version": 2,
    "version": "0.8",
    "description": "+1 GitHub issues\/pull requests",
    "icons": {
        "16": "github_g16.png",
        "48": "github_g48.png",
        "128": "github_g128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "zepto.min.js",
                "zepto-extras.js",
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "rainbow.gif"
    ]
}