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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}