Github +1s

Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.

Github +1sคืออะไร?

Github +1s เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Florence และคุณลักษณะหลักของมันคือ "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments."

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

screenshot

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

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

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

                                            

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

ชื่อ Github +1s Github +1s
ID lddfkkebajnpiicnpfamebilmhamkeme
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme
คำอธิบาย Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
ขนาดไฟล์ 5.54 KB
จำนวนการติดตั้ง 210
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2015-06-19
วันที่เผยแพร่ 2015-06-19
คะแนน 4.58/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Ryan Florence
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github +1s",
    "description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.",
    "version": "1.4.0",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "plusone.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}