Imgur Viewer

A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation

What is Imgur Viewer?

Imgur Viewer is a Chrome extension developed by imgurviewerdev, and its main feature is "A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Imgur Viewer Extension CRX File

Download Imgur 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

                        View Imgur albums like you truly want: with all images fitted to window size and easy navigation. This extension creates a button in the header of any Imgur album/gallery page to spawn the viewer. Images can be navigated with two sets of keybindings: gamer(a, d) and vim(h, l). See the github README for more information --> https://github.com/mpeterdev/imgurviewer                    

Extension Basic Information

Name Imgur Viewer Imgur Viewer
ID fonhhggcblkogdhakpmdihmmhgigdbdn
Official URL https://chrome.google.com/webstore/detail/imgur-viewer/fonhhggcblkogdhakpmdihmmhgigdbdn
Description A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation
File Size 2.72 MB
Installation Count 933
Current Version 1.0.0
Last Updated 2018-03-05
Publish Date 2018-03-05
Rating 3.20/5 Total 5 Ratings
Developer imgurviewerdev
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur Viewer",
    "description": "A chrome extension to provide better Imgur album\/gallery viewing with images fitted to the window and easy navigation",
    "version": "1.0.0",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/imgur.com\/a\/*",
                "https:\/\/imgur.com\/gallery\/*"
            ],
            "js": [
                "viewer.js"
            ]
        }
    ]
}