GitHub Downloader
Download single files from GitHub
GitHub Downloader là gì?
GitHub Downloader là một tiện ích mở rộng Chrome được phát triển bởi Titus, và tính năng chính của nó là "Download single files from GitHub".
Ả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 GitHub Downloader
Tải xuống các tệp mở rộng GitHub Downloader 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
Chrome extension that can be used to download single files from github.com repositories. If you find this useful and want to give me a beer. You can donate a couple of bucks via PayPal https://www.paypal.com/donate?hosted_button_id=UZHWVVR5YSZ5L
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitHub Downloader |
ID | jplmabjbdhggnlhndkdfciacklbjcfel |
URL Chính Thức | https://chromewebstore.google.com/detail/github-downloader/jplmabjbdhggnlhndkdfciacklbjcfel |
Mô tả | Download single files from GitHub |
Kích Thước Tệp | 140 KB |
Số Lần Cài Đặt | 12,400 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2022-09-26 |
Ngày Phát Hành | 2020-06-24 |
Đánh Giá | 3.96/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | Titus |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Downloader", "description": "Download single files from GitHub", "version": "3.0", "permissions": [ "downloads" ], "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/raw.githubusercontent.com\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "GitHub Downloader" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3, "author": "Turbatu Dumitru Titus |