Full Window Image Viewer

View images on the current page as a slideshow.

O que é Full Window Image Viewer?

Full Window Image Viewer é uma extensão do Chrome desenvolvida por http://toptip.ca, e sua principal característica é "View images on the current page as a slideshow.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Full Window Image Viewer

Baixe arquivos de extensão Full Window Image Viewer 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 can easily view images of a page with Full Window Image Viewer extension. After the installation, you can click on the extension's icon to turn on the Image Viewer, or you can right-click on an image and select the Full Window Image Viewer menu to view the image.

Full Window Image Viewer extension can also play a slideshow for all the images on the current web page.                    

Informações Básicas da Extensão

Nome Full Window Image Viewer Full Window Image Viewer
ID poakplgknboogmjglihkhdgpljkmajel
URL Oficial https://chrome.google.com/webstore/detail/full-window-image-viewer/poakplgknboogmjglihkhdgpljkmajel
Descrição View images on the current page as a slideshow.
Tamanho do Arquivo 37.48 KB
Contagem de Instalações 4,173
Versão Atual 3.2
Última Atualização 2013-09-02
Data de Publicação 2013-09-02
Classificação 3.05/5 Total de 44 Avaliações
Desenvolvedor http://toptip.ca
Tipo de Pagamento free
Site da Extensão http://www.toptip.ca/2012/03/google-chrome-extension-image-viewer.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Window Image Viewer",
    "version": "3.2",
    "manifest_version": 2,
    "description": "View images on the current page as a slideshow.",
    "browser_action": {
        "default_icon": {
            "19": "logo19.png",
            "38": "logo38.png"
        }
    },
    "background": {
        "scripts": [
            "imageviewerbg.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}