Developer's Download Helper
Download files and folders from GitHub or GitLab via context menu.
Developer's Download Helperคืออะไร?
Developer's Download Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lezram.github.io/developers-download-helper-webext และคุณลักษณะหลักของมันคือ "Download files and folders from GitHub or GitLab via context menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Developer's Download Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [ " |