github1s Linker
Inserts a direct link to github1s in gitHub repos
什么是github1s Linker?
github1s Linker是由fschipp.fs开发的Chrome扩展程序,该扩展的主要功能是“Inserts a direct link to github1s in gitHub repos”。
扩展截图
下载github1s Linker扩展crx文件
下载github1s Linker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a simple link in the top right on github repositories. This makes opening github1s links much easier and saves typing in the address bar.
Code is open source at https://github.com/samtun/github1s_linker 扩展基本信息
| 名称 | |
| ID | aghoglkmbagjidbhfdcgmonhgdcbjjgf |
| 官方URL | https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf |
| 简介 | Inserts a direct link to github1s in gitHub repos |
| 文件大小 | 7.93 KB |
| 安装次数 | 120 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-03-24 |
| 上架时间 | 2021-03-20 |
| 开发者 | fschipp.fs |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "github1s Linker",
"description": "Inserts a direct link to github1s in gitHub repos",
"version": "1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"add_button.js"
]
}
],
"icons": {
"16": "images\/icon16.png",
"24": "images\/icon32.png",
"32": "images\/icon64.png",
"64": "images\/icon128.png"
}
} | |