Scores by Hyperlog
Scores by Hyperlog
什么是Scores by Hyperlog?
Scores by Hyperlog是由https://hyperlog.io开发的Chrome扩展程序,该扩展的主要功能是“Scores by Hyperlog”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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\/*"
]
}
} | |