Full page screenshot in One Click

A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.

O que é Full page screenshot in One Click?

Full page screenshot in One Click é uma extensão do Chrome desenvolvida por Q-CORP, e sua principal característica é "A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Full page screenshot in One Click

Baixe arquivos de extensão Full page screenshot in One Click 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

                        You didn't know how to take a screenshot of the full page of the site? Now it can be done in one click using the Full page screenshot in One Click. Just press one button and a screenshot of the entire page is saved as a png image to your computer.

How to use:
1. Find the extension icon on the toolbar. Make it always visible with the "Pin" button.
2. Open any page
3. Click the button on the toolbar
4. Choose where to save the file

 Advantages:
- Quickly
- Easy
- In one click                    

Informações Básicas da Extensão

Nome Full page screenshot in One Click Full page screenshot in One Click
ID bncmkhiglmljkfoicddbccfmaieedojn
URL Oficial https://chromewebstore.google.com/detail/full-page-screenshot-in-o/bncmkhiglmljkfoicddbccfmaieedojn
Descrição A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.
Tamanho do Arquivo 62.53 KB
Contagem de Instalações 15
Versão Atual 1.0
Última Atualização 2023-10-14
Data de Publicação 2023-10-14
Classificação 5.00/5 Total de 13 Avaliações
Desenvolvedor Q-CORP
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/16pXpKcwWYJm5aSA0870lJMCU9BNTWoQqgDvnSkfkXAs/edit?usp=sharing
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Full page screenshot in One Click",
    "version": "1.0",
    "default_locale": "en",
    "description": "A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "html2canvas.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}