Github +1s

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

Github +1s là gì?

Github +1s là một tiện ích mở rộng Chrome được phát triển bởi Ryan Florence, và tính năng chính của nó là "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Github +1s

Tải xuống các tệp mở rộng Github +1s dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Github +1s Github +1s
ID lddfkkebajnpiicnpfamebilmhamkeme
URL Chính Thức https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme
Mô tả Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Kích Thước Tệp 5.54 KB
Số Lần Cài Đặt 210
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2015-06-19
Ngày Phát Hành 2015-06-19
Đánh Giá 4.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Ryan Florence
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}