github1s Linker
Inserts a direct link to github1s in gitHub repos
github1s Linker là gì?
github1s Linker là một tiện ích mở rộng Chrome được phát triển bởi fschipp.fs, và tính năng chính của nó là "Inserts a direct link to github1s in gitHub repos".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng github1s Linker
Tải xuống các tệp mở rộng github1s Linker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | github1s Linker |
ID | aghoglkmbagjidbhfdcgmonhgdcbjjgf |
URL Chính Thức | https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf |
Mô tả | Inserts a direct link to github1s in gitHub repos |
Kích Thước Tệp | 7.93 KB |
Số Lần Cài Đặt | 120 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-03-24 |
Ngày Phát Hành | 2021-03-20 |
Nhà Phát Triển | fschipp.fs |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |