1Click Save Screenshot

The fastest way to Save screenshots

O que é 1Click Save Screenshot?

1Click Save Screenshot é uma extensão do Chrome desenvolvida por https://1ce.org, e sua principal característica é "The fastest way to Save screenshots".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão 1Click Save Screenshot

Baixe arquivos de extensão 1Click Save Screenshot 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

                        ☑ The fastest way to save screenshots as a file.

☑ One click, and immediately you get a save dialog.

☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source.

☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome.

☑ The extension works on Linux, Mac & Windows platforms.

☑ Everyone get unlimited storage, so don't stop to share screenshots!                    

Informações Básicas da Extensão

Nome 1Click Save Screenshot 1Click Save Screenshot
ID olnkhcjfknjcodoclmhfcgklcmjfpale
URL Oficial https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale
Descrição The fastest way to Save screenshots
Tamanho do Arquivo 54.57 KB
Contagem de Instalações 808
Versão Atual 1.4
Última Atualização 2018-03-13
Data de Publicação 2018-03-13
Classificação 3.33/5 Total de 6 Avaliações
Desenvolvedor https://1ce.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.openscreenshot.com
URL da Página de Ajuda https://www.openscreenshot.com
URL da Página de Política de Privacidade https://www.webpagescreenshot.info/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1Click Save Screenshot",
    "version": "1.4",
    "manifest_version": 2,
    "description": "The fastest way to Save screenshots",
    "homepage_url": "https:\/\/1ce.org",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Click to save screenshot"
    }
}