WebExtension.net
WebExtension.net

Image Zoom Tool

View on Chrome Web Store
View Image Zoom Tool Chrome Extension on Chrome Web Store
2.5 (16 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.
Type
Extension
Users
5,000 users
Wuhenlove
View author page of Wuhenlove
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 7, 2022
Version 1.0.3
Manifest version
3
Updated
Updated on February 9, 2023
View on Chrome Web Store
View Image Zoom Tool Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.3",
    "default_locale": "en",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/app.css"
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content-scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/icon48.png",
        "default_title": "Image Zoom Tool"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top