GitHub Downloader
Download single files from GitHub
GitHub Downloaderとは何ですか?
GitHub DownloaderはTitusによって開発されたChromeの拡張機能で、その主な機能は「Download single files from GitHub」です。
拡張機能のスクリーンショット
GitHub Downloader拡張機能のCRXファイルをダウンロード
GitHub Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | GitHub Downloader |
ID | jplmabjbdhggnlhndkdfciacklbjcfel |
公式URL | https://chromewebstore.google.com/detail/github-downloader/jplmabjbdhggnlhndkdfciacklbjcfel |
説明 | Download single files from GitHub |
ファイルサイズ | 140 KB |
インストール数 | 12,400 |
現在のバージョン | 3.0 |
最終更新日 | 2022-09-26 |
公開日 | 2020-06-24 |
評価 | 3.96/5 合計 23 レビュー |
開発者 | Titus |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 |