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 |
| 官方網址 | 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"
}
} | |