GitHub Downloader
Download single files from GitHub
O que é GitHub Downloader?
GitHub Downloader é uma extensão do Chrome desenvolvida por Titus, e sua principal característica é "Download single files from GitHub".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitHub Downloader
Baixe arquivos de extensão GitHub Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | GitHub Downloader |
ID | jplmabjbdhggnlhndkdfciacklbjcfel |
URL Oficial | https://chromewebstore.google.com/detail/github-downloader/jplmabjbdhggnlhndkdfciacklbjcfel |
Descrição | Download single files from GitHub |
Tamanho do Arquivo | 140 KB |
Contagem de Instalações | 12,400 |
Versão Atual | 3.0 |
Última Atualização | 2022-09-26 |
Data de Publicação | 2020-06-24 |
Classificação | 3.96/5 Total de 23 Avaliações |
Desenvolvedor | Titus |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 |