Open in GitHub1s
Add a new navigation option to open GitHub repositories in GitHub1s.
Open in GitHub1s là gì?
Open in GitHub1s là một tiện ích mở rộng Chrome được phát triển bởi zacharysmith, và tính năng chính của nó là "Add a new navigation option to open GitHub repositories in GitHub1s.".
Ả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 Open in GitHub1s
Tải xuống các tệp mở rộng Open in GitHub1s 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
GitHub1s is a web-app for viewing GitHub repository files online, using a web-compiled version of VSCode. This extension introduces a new UI button to the GitHub repository file navigation bar, enabling users to easily open the repository inside the GitHub1s website.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open in GitHub1s |
ID | iijaagbkdohcopmmohlgfkcloefoeaoj |
URL Chính Thức | https://chromewebstore.google.com/detail/open-in-github1s/iijaagbkdohcopmmohlgfkcloefoeaoj |
Mô tả | Add a new navigation option to open GitHub repositories in GitHub1s. |
Kích Thước Tệp | 127 KB |
Số Lần Cài Đặt | 1,601 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2022-05-10 |
Ngày Phát Hành | 2021-08-18 |
Nhà Phát Triển | zacharysmith |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Cutwell/github1s-chrome-extension |
URL Trang Trợ Giúp | https://github.com/Cutwell/github1s-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in GitHub1s", "version": "1.5", "description": "Add a new navigation option to open GitHub repositories in GitHub1s.", "permissions": [ "storage" ], "action": { "default_icon": { "48": "data\/img\/icon48.png", "128": "data\/img\/icon128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "48": "data\/img\/icon48.png", "128": "data\/img\/icon128.png" }, "content_scripts": [ { "js": [ "data\/js\/content.js" ], "css": [ "data\/css\/extension.css" ], "matches": [ "https:\/\/github.com\/*" ] } ], "manifest_version": 3 } |