Fullwidth Image

Fullwidth Image plugin makes your image fit to screen.

What is Fullwidth Image?

Fullwidth Image is a Chrome extension developed by Anwar H., and its main feature is "Fullwidth Image plugin makes your image fit to screen.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Fullwidth Image Extension CRX File

Download Fullwidth Image 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

                        Fullwidth Image plugin makes your image fit to screen. Basically it is developed for web designers who often view jpg version of their web templates in a browser. In most cases the images are wider than normal browser viewport or sometimes less wider. This plugin will help viewer to make opened image full width to current viewport.                    

Extension Basic Information

Name Fullwidth Image Fullwidth Image
ID binnhbjoemjhkfedljnobbghgfbfppam
Official URL https://chromewebstore.google.com/detail/fullwidth-image/binnhbjoemjhkfedljnobbghgfbfppam
Description Fullwidth Image plugin makes your image fit to screen.
File Size 8.67 KB
Installation Count 632
Current Version 1.0
Last Updated 2016-09-27
Publish Date 2016-09-27
Rating 5.00/5 Total 11 Ratings
Developer Anwar H.
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullwidth Image",
    "description": "Fullwidth Image plugin makes your image fit to screen.",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/getanwar\/fullwidth-image",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "action.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Fullwidth Image",
        "default_icon": "icon.png"
    }
}