Found

Found is the easiest way to capture, share & store images.

O que é Found?

Found é uma extensão do Chrome desenvolvida por http://found.so, e sua principal característica é "Found is the easiest way to capture, share & store images.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Found

Baixe arquivos de extensão Found 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

                        Found is the easiest way to capture, share & store images.

1. Extract & save images (including background images) from any webpage.
2. Drag and drop images into the extension to save.
3. Capture full-page or partial-page screenshots.
4. Get shareable links to any image or collection of images in seconds.

Everything is backed up in your secure Found cloud account.                    

Informações Básicas da Extensão

Nome Found Found
ID geblembjogdcglflijdiafppilmgbefh
URL Oficial https://chrome.google.com/webstore/detail/found/geblembjogdcglflijdiafppilmgbefh
Descrição Found is the easiest way to capture, share & store images.
Tamanho do Arquivo 2.65 MB
Contagem de Instalações 23
Versão Atual 0.0.25
Última Atualização 2021-07-25
Data de Publicação 2020-04-01
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor http://found.so
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://found.so
URL da Página de Ajuda https://found.so
URL da Página de Política de Privacidade https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Found",
    "description": "Found is the easiest way to capture, share & store images.",
    "version": "0.0.25",
    "homepage_url": "https:\/\/found.so",
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "title": "open"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "cookies",
        "activeTab",
        ""
    ],
    "commands": {
        "save-page": {
            "suggested_key": {
                "default": "Ctrl+E"
            },
            "description": "Save page"
        }
    }
}