Forum Gallery

View web forum topics as an image gallery

O que é Forum Gallery?

Forum Gallery é uma extensão do Chrome desenvolvida por RandomBitsOfTech, e sua principal característica é "View web forum topics as an image gallery".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Forum Gallery

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

                        View popular forums such as XDA Developers and Anandtech in a picture gallery format. 

Install the extension, then browse any of the enabled forums( See below ).  When you open a topic in one of the enabled forums the extension will become enabled, indicated by the extension icon.  Click on the icon and all images for that topic will open in a new tab.  Fetch more images by scrolling down or selecting the forum topic page number at the top.

NOTE: Speed of the images displaying is heavily dependent on the particular forum as well as your network connection.

Enabled Sites ( more to come! ):
    - http://forum.xda-developers.com/
    - http://forums.anandtech.com/
    - http://www.jeepforum.com/

BUG: Fetching of new images is blocked until the current request is done.  Once the "Images Loading" message at the bottom of the screen is dismissed you'll be able to fetch more images.  Will be working on a fix for this.                    

Informações Básicas da Extensão

Nome Forum Gallery Forum Gallery
ID pngajhkllojpnjiijlkihmladpoeleea
URL Oficial https://chromewebstore.google.com/detail/forum-gallery/pngajhkllojpnjiijlkihmladpoeleea
Descrição View web forum topics as an image gallery
Tamanho do Arquivo 658 KB
Contagem de Instalações 58
Versão Atual 0.0.12
Última Atualização 2013-08-23
Data de Publicação 2013-08-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor RandomBitsOfTech
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.12",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/extension_icon\/icon-16.png",
        "128": "images\/extension_icon\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/extension_icon\/icon-38-disabled.png",
        "default_title": "Forum Gallery"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}