BoradGameGeek Image Viewer

Browse BGG image by a popup image viewer.

What is BoradGameGeek Image Viewer?

BoradGameGeek Image Viewer is a Chrome extension developed by Neil Hsu, and its main feature is "Browse BGG image by a popup image viewer.".

Extension Screenshots

screenshot
screenshot
screenshot

Download BoradGameGeek Image Viewer Extension CRX File

Download BoradGameGeek Image Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Browse boardgame images rapidly and immediately.

changelog:

1.2:
  - Apply function to new inserted image nodes when Autopagerize or AutoPatchWork is actived.

1.1:
  - Only works at 'http://www.boardgamegeek.com' and 'http://boardgamegeek.com' .
  - Change icons.

1.0: 
  initial release.                    

Extension Basic Information

Name BoradGameGeek Image Viewer BoradGameGeek Image Viewer
ID bnbkfponohpobjnkglgbiojemigolnhf
Official URL https://chromewebstore.google.com/detail/boradgamegeek-image-viewe/bnbkfponohpobjnkglgbiojemigolnhf
Description Browse BGG image by a popup image viewer.
File Size 52.08 KB
Installation Count 185
Current Version 1.2
Last Updated 2012-08-27
Publish Date 2012-08-26
Rating 4.80/5 Total 5 Ratings
Developer Neil Hsu
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "name": "BoradGameGeek Image Viewer",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Browse BGG image by a popup image viewer. ",
    "background": {
        "page": "main.html"
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "BGGIV"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/boardgamegeek.com\/*",
                "https:\/\/boardgamegeek.com\/*",
                "http:\/\/www.boardgamegeek.com\/*",
                "https:\/\/www.boardgamegeek.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/bggiv.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}