Simple image resizer
Resize an image to different sizes consecutively.
Simple image resizerとは何ですか?
Simple image resizerはY2NRによって開発されたChromeの拡張機能で、その主な機能は「Resize an image to different sizes consecutively.」です。
拡張機能のスクリーンショット
Simple image resizer拡張機能のCRXファイルをダウンロード
Simple image resizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Resize an image file to multiple resolutions with one click. -Usage Select of drop a file into the window. Input longer side sizes. Click Create New Images. Jpeg/png files are supported.
拡張機能の基本情報
名前 | Simple image resizer |
ID | hmpnebihandoebkjgnmheinclppofppa |
公式URL | https://chromewebstore.google.com/detail/simple-image-resizer/hmpnebihandoebkjgnmheinclppofppa |
説明 | Resize an image to different sizes consecutively. |
ファイルサイズ | 14.76 KB |
インストール数 | 179 |
現在のバージョン | 0.5.0 |
最終更新日 | 2020-09-08 |
公開日 | 2020-09-08 |
開発者 | Y2NR |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://twitter.com/Y2NR1 |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "0.5.0", "manifest_version": 2, "description": "__MSG_ext_desc__", "default_locale": "en", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/Simple Image Resizer icon_16.png", "48": "images\/Simple Image Resizer icon_48.png", "128": "images\/Simple Image Resizer icon_128.png" }, "browser_action": { "default_icon": "images\/Simple Image Resizer icon_32.png", "default_title": "Simple Image Resizer ", "default_popup": "popup.html" } } |