One Click Image Downloader
Allows users to easily download images from any webpage with just one click
O que é One Click Image Downloader?
One Click Image Downloader é uma extensão do Chrome desenvolvida por olivia.mrktx, e sua principal característica é "Allows users to easily download images from any webpage with just one click".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão One Click Image Downloader
Baixe arquivos de extensão One Click Image 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
One Click Image Downloader is an innovative and convenient extension that allows users to easily download images from any webpage with just one click. When activated, the extension will display a pop-up window showing all of the images present on the current page. The user can then choose which image they would like to download by clicking on it, and the extension will automatically save the image to the user's device. This is an extremely useful tool for anyone looking to quickly and efficiently download and save images for personal or professional use. With the "One Click Image Downloader" extension, downloading images has never been simpler! leave us a review regarding our extension❤️
Informações Básicas da Extensão
Nome | |
ID | bmgejlhdmbbmdkfkjnigfjiglnohnlnc |
URL Oficial | https://chrome.google.com/webstore/detail/one-click-image-downloade/bmgejlhdmbbmdkfkjnigfjiglnohnlnc |
Descrição | Allows users to easily download images from any webpage with just one click |
Tamanho do Arquivo | 16.72 KB |
Contagem de Instalações | 4,075 |
Versão Atual | 1.1 |
Última Atualização | 2022-12-22 |
Data de Publicação | 2022-12-22 |
Desenvolvedor | olivia.mrktx |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://home.depictureaddick.xyz/ |
URL da Página de Ajuda | https://home.depictureaddick.xyz/contact.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "One Click Image Downloader", "default_popup": "popup.html" }, "description": "Allows users to easily download images from any webpage with just one click", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "One Click Image Downloader", "version": "1.1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |