github1s Linker
Inserts a direct link to github1s in gitHub repos
github1s Linkerคืออะไร?
github1s Linker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fschipp.fs และคุณลักษณะหลักของมันคือ "Inserts a direct link to github1s in gitHub repos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย github1s Linker
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } |