Magnify

Hover over an image with a magnifying glass

Magnifyとは何ですか?

Magnifyはreinaldomagalhaes96によって開発されたChromeの拡張機能で、その主な機能は「Hover over an image with a magnifying glass」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Simple tool used for looking at small details in images.                    

拡張機能の基本情報

名前 Magnify Magnify
ID dhhmlkhlndebglfokofodmpojiejhahm
公式URL https://chromewebstore.google.com/detail/magnify/dhhmlkhlndebglfokofodmpojiejhahm
説明 Hover over an image with a magnifying glass
ファイルサイズ 91.29 KB
インストール数 69
現在のバージョン 1.0
最終更新日 2020-08-19
公開日 2020-07-20
評価 4.00/5 合計 2 レビュー
開発者 reinaldomagalhaes96
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnify",
    "version": "1.0",
    "description": "Hover over an image with a magnifying glass",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.js",
                "zoom.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/magnify.png",
            "32": "images\/magnify32.png",
            "48": "images\/magnify48.png",
            "128": "images\/magnify128.png"
        }
    },
    "icons": {
        "16": "images\/magnify.png",
        "32": "images\/magnify32.png",
        "48": "images\/magnify48.png",
        "128": "images\/magnify128.png"
    },
    "manifest_version": 2
}