Simple image resizer
Resize an image to different sizes consecutively.
Simple image resizer là gì?
Simple image resizer là một tiện ích mở rộng Chrome được phát triển bởi Y2NR, và tính năng chính của nó là "Resize an image to different sizes consecutively.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Simple image resizer
Tải xuống các tệp mở rộng Simple image resizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple image resizer |
ID | hmpnebihandoebkjgnmheinclppofppa |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-image-resizer/hmpnebihandoebkjgnmheinclppofppa |
Mô tả | Resize an image to different sizes consecutively. |
Kích Thước Tệp | 14.76 KB |
Số Lần Cài Đặt | 179 |
Phiên Bản Hiện Tại | 0.5.0 |
Cập Nhật Lần Cuối | 2020-09-08 |
Ngày Phát Hành | 2020-09-08 |
Nhà Phát Triển | Y2NR |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitter.com/Y2NR1 |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |