Image Viewer

Image viewer by Owlsee

What is Image Viewer?

Image Viewer is a Chrome extension developed by https://owlsee.com, and its main feature is "Image viewer by Owlsee".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Image Viewer Extension CRX File

Download Image 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 all image in list mode;
- Filter image by size;
- View image in gallery mode;
- Zoom-in Zoom-out image;
- 'Save to Local' button In gallery mode;                    

Extension Basic Information

Name Image Viewer Image Viewer
ID dhnnikfkmaljladlnmihikpfdpaphjfp
Official URL https://chrome.google.com/webstore/detail/image-viewer/dhnnikfkmaljladlnmihikpfdpaphjfp
Description Image viewer by Owlsee
File Size 80.51 KB
Installation Count 1,000
Current Version 1.2
Last Updated 2020-12-17
Publish Date 2019-10-14
Rating 2.50/5 Total 2 Ratings
Developer https://owlsee.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://reader.owlsee.com/legal
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Viewer",
    "description": "Image viewer by Owlsee",
    "version": "1.2",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo_16.png",
            "48": "img\/logo_48.png",
            "128": "img\/logo_128.png"
        },
        "default_title": "Image Viewer"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "downloads"
    ],
    "web_accessible_resources": [
        "\/html\/grid.html"
    ]
}