Save Image to Downloads
Save images to the Download folder without the nagging 'Save As' dialog.
O que é Save Image to Downloads?
Save Image to Downloads é uma extensão do Chrome desenvolvida por posidron, e sua principal característica é "Save images to the Download folder without the nagging 'Save As' dialog.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save Image to Downloads
Baixe arquivos de extensão Save Image to Downloads 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
This Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.
Informações Básicas da Extensão
Nome | |
ID | bpgoliohmhlcfconjgecnkobjengecpk |
URL Oficial | https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk |
Descrição | Save images to the Download folder without the nagging 'Save As' dialog. |
Tamanho do Arquivo | 21.79 KB |
Contagem de Instalações | 94 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-02-12 |
Data de Publicação | 2020-02-12 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | posidron |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.1", "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "author": "Christoph Diehl", "homepage_url": "https:\/\/github.com\/posidron", "background": { "scripts": [ "save.js" ] }, "permissions": [ "activeTab", "downloads", "contextMenus", "tabs" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |