Scores by Hyperlog

Scores by Hyperlog

什麼是Scores by Hyperlog?

Scores by Hyperlog是由https://hyperlog.io開發的Chrome擴展程式,該擴展的主要功能是“Scores by Hyperlog”。

擴展截圖

screenshot
screenshot

下載Scores by Hyperlog擴展crx文件

下載Scores by Hyperlog擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Scores by Hyperlog Scores by Hyperlog
ID ifelanijnmecfbalihcipcocekafeeem
官方網址 https://chromewebstore.google.com/detail/scores-by-hyperlog/ifelanijnmecfbalihcipcocekafeeem
簡介 Scores by Hyperlog
檔案大小 4.84 KB
安裝次數 29
目前版本 0.0.1
更新時間 2022-02-02
上架時間 2022-01-28
開發者 https://hyperlog.io
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://score.hyperlog.io
支援的語言 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\/*"
        ]
    }
}