Snapshoot

Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.

O que é Snapshoot?

Snapshoot é uma extensão do Chrome desenvolvida por http://www.southstaffs.ac.uk, e sua principal característica é "Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Snapshoot

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

                        Click the little camera icon at the top of your browser to take a snapshot of the current web page tab. You can then save the whole thing as an image, or drag a box using your mouse pointer to save just a section.

Supports saving images in JPEG or PNG format, and works in the Chrome browser on desktops and on Chromebooks. It is designed to be simple, lightweight and work offline.

Originally created to make the building of web tutorials easier, but with many more uses. Written by Neil King @ South Staffordshire College.                    

Informações Básicas da Extensão

Nome Snapshoot Snapshoot
ID djdpcmgnomdbmdocbdbeinljedichmnn
URL Oficial https://chrome.google.com/webstore/detail/snapshoot/djdpcmgnomdbmdocbdbeinljedichmnn
Descrição Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.
Tamanho do Arquivo 27.64 KB
Contagem de Instalações 833
Versão Atual 1.2
Última Atualização 2016-03-09
Data de Publicação 2016-03-09
Classificação 4.57/5 Total de 7 Avaliações
Desenvolvedor http://www.southstaffs.ac.uk
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.google.com/intl/en_uk/policies/privacy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snapshoot",
    "description": "Take a snapshot of the current web page. Save the whole thing as an image or drag a selection. Makes creating web tutorials easier.",
    "version": "1.2",
    "author": "Neil King at South Staffordshire College",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true,
    "homepage_url": "http:\/\/www.southstaffs.ac.uk",
    "permissions": [
        "activeTab",
        "tabs",
        "downloads"
    ]
}