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
Eメール [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": []
        }
    ]
}