imgin

A link/thumbnail preview extension like HoverZoom

What is imgin?

imgin is a Chrome extension developed by Kevin Thompson, and its main feature is "A link/thumbnail preview extension like HoverZoom".

Extension Screenshots

screenshot

Download imgin Extension CRX File

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

                        imgin
=====

Open source Chrome extension to preview links/images. 

Similar to HoverZoom but without user tracking.                    

Extension Basic Information

Name imgin imgin
ID kompgcahonhlafickemopmgnnofjnfbh
Official URL https://chromewebstore.google.com/detail/imgin/kompgcahonhlafickemopmgnnofjnfbh
Description A link/thumbnail preview extension like HoverZoom
File Size 4.39 KB
Installation Count 102
Current Version 0.2.0
Last Updated 2013-12-30
Publish Date 2013-12-30
Rating 2.33/5 Total 3 Ratings
Developer Kevin Thompson
Payment Type free
Extension Website https://github.com/kthompson/imgin
Supported Languages en
manifest.json
{
    "manifest_version": 2,
    "name": "imgin",
    "version": "0.2.0",
    "description": "A link\/thumbnail preview extension like HoverZoom",
    "content_scripts": [
        {
            "js": [
                "imgin.min.js"
            ],
            "css": [
                "imgin.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "imgin.js.map",
        "imgin.coffee"
    ]
}