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
公式URL 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
Eメール [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\/*"
        ]
    }
}