Image Zoomer

最简单的图片Hover放大插件,即安即用

Image Zoomerとは何ですか?

Image Zoomerはmerrier1993によって開発されたChromeの拡張機能で、その主な機能は「最简单的图片Hover放大插件,即安即用」です。

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

screenshot

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

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

拡張機能の使用方法

                        最简单的图片放大插件,支持大部分网站,即安即用,非常方便快捷。                    

拡張機能の基本情報

名前 Image Zoomer Image Zoomer
ID jjklmnaplojhioaalkolmpmbakgicpfc
公式URL https://chromewebstore.google.com/detail/image-zoomer/jjklmnaplojhioaalkolmpmbakgicpfc
説明 最简单的图片Hover放大插件,即安即用
ファイルサイズ 74.94 KB
インストール数 3,400
現在のバージョン 1.1.0
最終更新日 2019-10-15
公開日 2019-10-15
評価 4.14/5 合計 7 レビュー
開発者 merrier1993
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://merrier.wang
対応言語 zh-CN
manifest.json
{
    "name": "Image Zoomer",
    "version": "1.1.0",
    "description": "\u6700\u7b80\u5355\u7684\u56fe\u7247Hover\u653e\u5927\u63d2\u4ef6\uff0c\u5373\u5b89\u5373\u7528",
    "author": "merrier1993",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "includes\/app.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "includes\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "*:\/\/*\/*",
        "downloads",
        "history",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}