pic resizer browser extension

rightclick an resize any pic for free

什么是pic resizer browser extension?

pic resizer browser extension是由Nitro Rain开发的Chrome扩展程序,该扩展的主要功能是“rightclick an resize any pic for free”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载pic resizer browser extension扩展crx文件

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

扩展使用说明

                        right-click on the image and select the resize image option

When it comes to photo size, you often have to sacrifice quality. 

You don't have to make this sacrifice with this Simple Image Resizer! 

You can resize your images and photos without sacrificing quality. 

Simple Image Resizer works without the need to install any additional software on your computer.

NB: The extension is supported with contextual ads and donations. Please consider aiding further development and in keeping this extension ad light with kind DONATIONS                    

扩展基本信息

名称 pic resizer browser extension pic resizer browser extension
ID ejbopgfccmdnlalcgbhelnkennjgnief
官方URL https://chromewebstore.google.com/detail/pic-resizer-browser-exten/ejbopgfccmdnlalcgbhelnkennjgnief
简介 rightclick an resize any pic for free
文件大小 775 KB
安装次数 53
当前版本 1.6.5.0
更新时间 2022-07-08
上架时间 2022-07-07
开发者 Nitro Rain
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.privacypolicygenerator.info/live.php?token=wVLCtmnjHMJ7kKxnuQ66fvgcVcikIuTv
支持的语言 en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pic resizer browser extension",
    "short_name": "pic resizer",
    "version": "1.6.5.0",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": ".\/options\/options.html",
    "action": {
        "default_icon": {
            "128": "icons\/128-on.png"
        },
        "default_popup": "menu.html",
        "default_title": "pic_resizer"
    },
    "description": "rightclick an resize any pic for free",
    "icons": {
        "128": "icons\/128x128.png",
        "16": "icons\/16x16.png",
        "19": "icons\/19x19.png",
        "24": "icons\/24x24.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/button-icon.png",
                "menu.html",
                "js\/menu.js",
                "css\/menu.css",
                "images\/logo-menu.png",
                "index.html",
                "js\/main.js",
                "css\/general.css",
                "images\/logo.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}