Fullscreen Image

View any image in fullscreen mode by right-clicking it.

What is Fullscreen Image?

Fullscreen Image is a Chrome extension developed by https://jakobkallin.com, and its main feature is "View any image in fullscreen mode by right-clicking it.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Fullscreen Image Extension CRX File

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

                        Right-click any image to view it in fullscreen mode, cropped to fit the entire screen for maximum immersion.                    

Extension Basic Information

Name Fullscreen Image Fullscreen Image
ID emlgbimicfdajjogdfjimamoedlibpnj
Official URL https://chromewebstore.google.com/detail/fullscreen-image/emlgbimicfdajjogdfjimamoedlibpnj
Description View any image in fullscreen mode by right-clicking it.
File Size 10.03 KB
Installation Count 2,518
Current Version 0.0.0.3
Last Updated 2017-05-10
Publish Date 2017-05-10
Rating 4.91/5 Total 11 Ratings
Developer https://jakobkallin.com
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": "Fullscreen Image",
    "version": "0.0.0.3",
    "description": "View any image in fullscreen mode by right-clicking it.",
    "author": "Jakob Kallin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "file:\/\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}