Image Zoom Tool

Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.

Image Zoom Toolとは何ですか?

Image Zoom ToolはWuhenloveによって開発されたChromeの拡張機能で、その主な機能は「Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Image Zoom Tool拡張機能のCRXファイルをダウンロード

Image Zoom Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hover image will see fullsize this image. That is the best Photo Zoom tool ! 

It works with any JPG, PNG or GIF file. Image Zoom Tool is a simple but powerful tool for viewing images in your browser in unlimited detail. 

Zoom on every picture you can find. It free, fast and safe
The best way to view photos on Facebook, Instagram, Twitter, Amazon...

Image Zoom Tool does not read, change or transmit any of your personal data (messages, contacts, user name, passwords) to any company or third party.                    

拡張機能の基本情報

名前 Image Zoom Tool Image Zoom Tool
ID nmpjkfaecjdmlebpoaofafgibnihjhhf
公式URL https://chromewebstore.google.com/detail/image-zoom-tool/nmpjkfaecjdmlebpoaofafgibnihjhhf
説明 Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.
ファイルサイズ 135 KB
インストール数 5,536
現在のバージョン 1.0.3
最終更新日 2023-02-09
公開日 2022-08-07
評価 2.85/5 合計 13 レビュー
開発者 Wuhenlove
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://findniche.com/privacy
対応言語 en,lv,lt,sk,sr
manifest.json
{
    "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'"
    }
}