Github Download Button
Adds a download button on Github files
Qu'est-ce que Github Download Button ?
Github Download Button est une extension Chrome développée par Unknown, et sa fonction principale est "Adds a download button on Github files".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github Download Button
Téléchargez les fichiers d'extension Github Download Button 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
When you install this extension, a download button will be added to every GitHub file. Downloading files on GitHub it's a pain and this extension makes the whole process easier
Informations de Base sur l'Extension
Nom | Github Download Button |
ID | jheiohemapejddjdnfnhldcfhmklgmdg |
URL Officiel | https://chromewebstore.google.com/detail/github-download-button/jheiohemapejddjdnfnhldcfhmklgmdg |
Description | Adds a download button on Github files |
Taille du Fichier | 10.63 KB |
Nombre d'Installations | 263 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-12-14 |
Date de Publication | 2021-12-13 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Download Button", "version": "1.0.0", "description": "Adds a download button on Github files", "icons": { "19": "icon_19.png", "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*" ], "js": [ "main.js" ] } ], "permissions": [ "*:\/\/*.github.com\/*", "*:\/\/raw.githubusercontent.com\/*" ] } |