Photo download & Save image

Conveniently download picture&photo on any page, quickly save images to local

O que é Photo download & Save image?

Photo download & Save image é uma extensão do Chrome desenvolvida por Wuhenlove, e sua principal característica é "Conveniently download picture&photo on any page, quickly save images to local".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Photo download & Save image

Baixe arquivos de extensão Photo download & Save image 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

                        Photo download & Save image is a utility. It can easily download any image on the page

It's a utility. It can easily download any image on the page. 

You can drag and drop the image into the box. It is automatically aggregated on the Extension page.
In the summary page, the pictures of different pages will be classified in different areas, you can filter the desired pictures by height and width, and then you can easily rename and save them.                    

Informações Básicas da Extensão

Nome Photo download & Save image Photo download & Save image
ID leiiofmhppbjebdlnmbhnokpnmencemf
URL Oficial https://chromewebstore.google.com/detail/photo-download-save-image/leiiofmhppbjebdlnmbhnokpnmencemf
Descrição Conveniently download picture&photo on any page, quickly save images to local
Tamanho do Arquivo 759 KB
Contagem de Instalações 8,217
Versão Atual 1.0.4
Última Atualização 2023-05-12
Data de Publicação 2022-08-13
Classificação 3.63/5 Total de 8 Avaliações
Desenvolvedor Wuhenlove
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://findniche.com/privacy
Idiomas Suportados en,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "name": "__MSG_ext_name__",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/chrome.google.com",
    "permissions": [
        "tabs",
        "storage",
        "downloads"
    ],
    "host_permissions": [],
    "icons": {
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon48.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}