Github BFF: Better Fork Finder

Alerts you when there is a more active fork of the Github repo you are viewing

Github BFF: Better Fork Finder là gì?

Github BFF: Better Fork Finder là một tiện ích mở rộng Chrome được phát triển bởi Sridatta Thatipamala, và tính năng chính của nó là "Alerts you when there is a more active fork of the Github repo you are viewing".

Ả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 BFF: Better Fork Finder

Tải xuống các tệp mở rộng Github BFF: Better Fork Finder 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 BFF: Better Fork Finder Github BFF: Better Fork Finder
ID mohkigeiagechfjbifdedgiicfhalipo
URL Chính Thức https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo
Mô tả Alerts you when there is a more active fork of the Github repo you are viewing
Kích Thước Tệp 36.44 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-09-27
Ngày Phát Hành 2012-09-26
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Sridatta Thatipamala
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github BFF: Better Fork Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Alerts you when there is a more active fork of the Github repo you are viewing",
    "permissions": [
        "https:\/\/github.com\/",
        "https:\/\/api.github.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ]
}