Forum Gallery

View web forum topics as an image gallery

什么是Forum Gallery?

Forum Gallery是由RandomBitsOfTech开发的Chrome扩展程序,该扩展的主要功能是“View web forum topics as an image gallery”。

扩展截图

screenshot

下载Forum Gallery扩展crx文件

下载Forum Gallery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Forum Gallery Forum Gallery
ID pngajhkllojpnjiijlkihmladpoeleea
官方URL https://chromewebstore.google.com/detail/forum-gallery/pngajhkllojpnjiijlkihmladpoeleea
简介 View web forum topics as an image gallery
文件大小 658 KB
安装次数 58
当前版本 0.0.12
更新时间 2013-08-23
上架时间 2013-08-23
评分 5.00/5 共1次评分
开发者 RandomBitsOfTech
付费类型 free
支持的语言 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"
    ]
}