shortcut to github1s
Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.
什么是shortcut to github1s?
shortcut to github1s是由katsuhisa_开发的Chrome扩展程序,该扩展的主要功能是“Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.”。
扩展截图
下载shortcut to github1s扩展crx文件
下载shortcut to github1s扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Based on https://github.com/conwnet/github1s. Thank you!
## About github1s
> Just add 1s after github and press Enter in browser address bar for any repository you want to read. 扩展基本信息
| 名称 | |
| ID | gfcdbodapcbfckbfpmgeldfkkgjknceo |
| 官方URL | https://chromewebstore.google.com/detail/shortcut-to-github1s/gfcdbodapcbfckbfpmgeldfkkgjknceo |
| 简介 | Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1. |
| 文件大小 | 13.38 KB |
| 安装次数 | 164 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2021-04-29 |
| 上架时间 | 2021-02-16 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | katsuhisa_ |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/katsuhisa91/github1s-shortcut/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "shortcut to github1s",
"version": "1.2.0",
"manifest_version": 3,
"description": "Launch github1s with Ctrl(Win)\/Command(Mac)+Shift+1.",
"icons": {
"16": "resources\/quick_github1s.ico",
"48": "resources\/quick_github1s.ico",
"128": "resources\/quick_github1s.ico"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "resources\/quick_github1s.ico",
"default_title": "shortcut to github1s"
},
"commands": {
"quickLaunch": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"global": true,
"description": "Launch github1s"
}
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/github.com\/*",
"https:\/\/github1s.com\/*"
]
} | |