Page Gallery

Displays a gallery of the images on the current page with filtering and sorting.

O que é Page Gallery?

Page Gallery é uma extensão do Chrome desenvolvida por https://jakobkallin.com, e sua principal característica é "Displays a gallery of the images on the current page with filtering and sorting.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Page Gallery

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

                        Looking through a confusing image gallery or trying to find the largest version of an image on a page? Open the Page Gallery and see every image in a handy overview with filtering and sorting!                    

Informações Básicas da Extensão

Nome Page Gallery Page Gallery
ID akpgagdbjionahjaiopopkiopakcoebp
URL Oficial https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp
Descrição Displays a gallery of the images on the current page with filtering and sorting.
Tamanho do Arquivo 16.85 KB
Contagem de Instalações 900
Versão Atual 0.0.0.3
Última Atualização 2017-02-10
Data de Publicação 2017-02-10
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor https://jakobkallin.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Gallery",
    "version": "0.0.0.3",
    "description": "Displays a gallery of the images on the current page with filtering and sorting.",
    "author": "Jakob Kallin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "Show page gallery",
        "default_popup": "popup.html"
    }
}