Developer's Download Helper
Download files and folders from GitHub or GitLab via context menu.
Developer's Download Helperとは何ですか?
Developer's Download Helperはhttps://lezram.github.io/developers-download-helper-webextによって開発されたChromeの拡張機能で、その主な機能は「Download files and folders from GitHub or GitLab via context menu.」です。
拡張機能のスクリーンショット
Developer's Download Helper拡張機能のCRXファイルをダウンロード
Developer's Download Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an open source developer tool to make it easier to get files from code sharing platforms. Use the right click context menu to easily download files. Also self-hosted/enterprise instances can be configured in the options.
拡張機能の基本情報
名前 | Developer's Download Helper |
ID | apchbjkblfhmkohghpnhidldebmpmjnn |
公式URL | https://chromewebstore.google.com/detail/developers-download-helpe/apchbjkblfhmkohghpnhidldebmpmjnn |
説明 | Download files and folders from GitHub or GitLab via context menu. |
ファイルサイズ | 156 KB |
インストール数 | 1,579 |
現在のバージョン | 0.3.0 |
最終更新日 | 2021-06-03 |
公開日 | 2020-05-15 |
評価 | 4.60/5 合計 5 レビュー |
開発者 | https://lezram.github.io/developers-download-helper-webext |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/lezram/developers-download-helper-webext |
ヘルプページのURL | https://github.com/lezram/developers-download-helper-webext/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Developer's Download Helper", "short_name": "DeDoHe", "version": "0.3.0", "description": "Download files and folders from GitHub or GitLab via context menu.", "homepage_url": "https:\/\/github.com\/lezram\/developers-download-helper-webext", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-48.png", "default_title": "Developer's Download Helper" }, "background": { "scripts": [ "js\/background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "contextMenus", "downloads", "storage", "notifications", "https:\/\/*.github.com\/*", "https:\/\/*.githubusercontent.com\/*", "https:\/\/gitlab.com\/*" ], "optional_permissions": [ " |