Developer's Download Helper
Download files and folders from GitHub or GitLab via context menu.
Qu'est-ce que Developer's Download Helper ?
Developer's Download Helper est une extension Chrome développée par https://lezram.github.io/developers-download-helper-webext, et sa fonction principale est "Download files and folders from GitHub or GitLab via context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Developer's Download Helper
Téléchargez les fichiers d'extension Developer's Download Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Developer's Download Helper |
ID | apchbjkblfhmkohghpnhidldebmpmjnn |
URL Officiel | https://chromewebstore.google.com/detail/developers-download-helpe/apchbjkblfhmkohghpnhidldebmpmjnn |
Description | Download files and folders from GitHub or GitLab via context menu. |
Taille du Fichier | 156 KB |
Nombre d'Installations | 1,579 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2021-06-03 |
Date de Publication | 2020-05-15 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | https://lezram.github.io/developers-download-helper-webext |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lezram/developers-download-helper-webext |
URL de la Page d'Aide | https://github.com/lezram/developers-download-helper-webext/issues |
Langues Prises en Charge | 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": [ " |