Full Page Screenshots by IMG42

Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.

O que é Full Page Screenshots by IMG42?

Full Page Screenshots by IMG42 é uma extensão do Chrome desenvolvida por icodeforlove, e sua principal característica é "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Full Page Screenshots by IMG42

Baixe arquivos de extensão Full Page Screenshots by IMG42 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

                        This extension provides three features:

- Full page screenshots
- Partial page screenshots
- Free uncompressed hosting                    

Informações Básicas da Extensão

Nome Full Page Screenshots by IMG42 Full Page Screenshots by IMG42
ID nomdplicjljgmgfbjgfnpdgkjpdphdah
URL Oficial https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah
Descrição Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
Tamanho do Arquivo 15.49 KB
Contagem de Instalações 333
Versão Atual 1.0.0
Última Atualização 2017-07-02
Data de Publicação 2017-07-02
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor icodeforlove
Tipo de Pagamento free
Site da Extensão https://img42.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Page Screenshots by IMG42",
    "description": "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.",
    "manifest_version": 2,
    "version": "1.0.0",
    "minimum_chrome_version": "55",
    "browser_action": {
        "default_icon": "icons\/38x38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/Selector.js",
                "scripts\/mousetrap.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "icons\/38x38.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ]
}