PreviewImage

Make the images for preview

What is PreviewImage?

PreviewImage is a Chrome extension developed by Mari Kumar, and its main feature is "Make the images for preview".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download PreviewImage Extension CRX File

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

                        Users can rollover to all images and see them in an actual image sizes in every websites.

Version 2.2
---------------
1.Some of the images not Viewed in Facebook. that bug was resolved.                    

Extension Basic Information

Name PreviewImage PreviewImage
ID hlkaeledkpjicnlipojpgpjgdpcpaloo
Official URL https://chromewebstore.google.com/detail/previewimage/hlkaeledkpjicnlipojpgpjgdpcpaloo
Description Make the images for preview
File Size 5.16 KB
Installation Count 630
Current Version 2.2
Last Updated 2014-12-13
Publish Date 2014-12-13
Rating 5.00/5 Total 3 Ratings
Developer Mari Kumar
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PreviewImage",
    "description": "Make the images for preview",
    "version": "2.2",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Preview All your Photo",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}