Bulk Image Resizer
Resize one image into many smaller different sizes.
Bulk Image Resizerとは何ですか?
Bulk Image ResizerはKintariosDeveloperによって開発されたChromeの拡張機能で、その主な機能は「Resize one image into many smaller different sizes.」です。
拡張機能のスクリーンショット
Bulk Image Resizer拡張機能のCRXファイルをダウンロード
Bulk Image Resizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With just a few clicks, you can resize an image to any size you need. Simply select the image you want to resize, set the width and height in pixels, and download the resized files. Key Features: *Create and save size templates *Private & Secure *Can work offline *Fast & Reliable *Clear & Compact interface Resize any image, into any smaller size, at any time and in any amount. Privacy: Built using pure JavaScript and HTML, the extension ensures that everything remains private and that no data is sent to a cloud or third party. This makes it a secure and reliable option for anyone who needs to resize images regularly. Update Note v1.5: *Templates for setting standard sizes have been added. *The design of the extension has been improved *Several bugs and code issues have been fixed
拡張機能の基本情報
名前 | Bulk Image Resizer |
ID | igpegkngdlkphacigkapjdlopmmnleop |
公式URL | https://chromewebstore.google.com/detail/bulk-image-resizer/igpegkngdlkphacigkapjdlopmmnleop |
説明 | Resize one image into many smaller different sizes. |
ファイルサイズ | 63.27 KB |
インストール数 | 33 |
現在のバージョン | 1.5 |
最終更新日 | 2023-02-20 |
公開日 | 2020-11-23 |
開発者 | KintariosDeveloper |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bulk Image Resizer", "version": "1.5", "description": "Resize one image into many smaller different sizes.", "action": { "default_icon": "p16x16.png", "default_popup": "Menu.html" }, "icons": { "16": "p16x16.png", "19": "p19x19.png", "38": "p38x38.png", "48": "p48x48.png", "128": "p128x128.png" }, "permissions": [ "storage" ] } |