Abicart Image Extension

In-page statistics about image optimization

什么是Abicart Image Extension?

Abicart Image Extension是由ludvigb开发的Chrome扩展程序,该扩展的主要功能是“In-page statistics about image optimization”。

扩展截图

screenshot

下载Abicart Image Extension扩展crx文件

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

扩展使用说明

                        This extension can be used to check Abicart's image optimization. More specifically it enables you to see what images have been optimized, in what formats, and how much they have been compressed.                    

扩展基本信息

名称 Abicart Image Extension Abicart Image Extension
ID feabclfppjmiabiikkfdghmdhhphfnij
官方URL https://chromewebstore.google.com/detail/abicart-image-extension/feabclfppjmiabiikkfdghmdhhphfnij
简介 In-page statistics about image optimization
文件大小 224 KB
安装次数 37
当前版本 1.6
更新时间 2021-09-24
上架时间 2021-04-07
评分 5.00/5 共1次评分
开发者 ludvigb
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Abicart Image Extension",
    "version": "1.6",
    "description": "In-page statistics about image optimization",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab",
        "contextMenus",
        "webRequest",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/code.jquery.com; object-src 'self'",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "background": {
        "scripts": [
            "js\/lodash.js",
            "js\/browser_polyfill.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icons\/logo.png",
        "48": "icons\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lodash.js",
                "js\/find_domain_name.js",
                "js\/browser_polyfill.js",
                "content-js\/state.js"
            ],
            "css": [
                "css\/content_special.css"
            ]
        }
    ]
}