Scores by Hyperlog

Scores by Hyperlog

Scores by Hyperlog là gì?

Scores by Hyperlog là một tiện ích mở rộng Chrome được phát triển bởi https://hyperlog.io, và tính năng chính của nó là "Scores by Hyperlog".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scores by Hyperlog

Tải xuống các tệp mở rộng Scores by Hyperlog 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

                        Get access to scores of millions of developers on GitHub. Use it for your own case like:
* Track your and your friend's progress against rest of GitHub
* Make better recruitment decisions                    

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

Tên Scores by Hyperlog Scores by Hyperlog
ID ifelanijnmecfbalihcipcocekafeeem
URL Chính Thức https://chromewebstore.google.com/detail/scores-by-hyperlog/ifelanijnmecfbalihcipcocekafeeem
Mô tả Scores by Hyperlog
Kích Thước Tệp 4.84 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-02-02
Ngày Phát Hành 2022-01-28
Nhà Phát Triển https://hyperlog.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://score.hyperlog.io
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scores by Hyperlog",
    "description": "Scores by Hyperlog",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/score.hyperlog.io\/*"
        ]
    }
}