img book

img book shows all images of the webpage

什么是img book?

img book是由davidndauberts5x89开发的Chrome扩展程序,该扩展的主要功能是“img book shows all images of the webpage”。

扩展截图

screenshot

下载img book扩展crx文件

下载img book扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        1)open web page example: pixabay.com
2)click on extension icon
3)reload tab if it does not work and try again                    

扩展基本信息

名称 img book img book
ID ekldkpcedenimoinejnfdpfaffpinhki
官方URL https://chrome.google.com/webstore/detail/img-book/ekldkpcedenimoinejnfdpfaffpinhki
简介 img book shows all images of the webpage
文件大小 40.98 KB
安装次数 3,000
当前版本 0.0.0.2
更新时间 2022-07-27
上架时间 2022-07-26
开发者 davidndauberts5x89
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "img book",
    "version": "0.0.0.2",
    "description": "img book shows all images of the webpage",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}