Image Resizing
Resize image in bulk. Rotate image. Export to app favicon, ...
什麼是Image Resizing?
Image Resizing是由rakuhin.asia開發的Chrome擴展程式,該擴展的主要功能是“Resize image in bulk. Rotate image. Export to app favicon, ...”。
擴展截圖
下載Image Resizing擴展crx文件
下載Image Resizing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Resize image in and output in bulk automatically. ■Input Image resource: upload image ■Resize Choose the Images' sizes to be downloaded (pixel x pixel): + custom (number) x custom (number) + 1024 x 1024 + 512 x 512 + 256 x 256 + 128 x 128 + 192 x 192 + 64 x 64 + 48 x 48 + 32 x 32 + 16 x 16 ■Rotate + Gray + Rotate Left + Rotate Right + Flip Horizontally + Flip Vertically ■Export to app favicon + android-chrome-512x512.png + android-chrome-192x192.png + apple-touch-icon.png + favicon-32x32.png + favicon-16x16.png ■Download Click on "Download" button to download ▼▼▼Please donate to my work▼▼▼ + PayPal: https://www.paypal.me/rakujin + Ethereum: 0x0a0b017db9b5b306d219eb8e5f0f83d9235c9bc0
擴展基本資訊
名稱 | Image Resizing |
ID | mabpkdnmcnncchnebpdojphjidabmnhk |
官方網址 | https://chromewebstore.google.com/detail/image-resizing/mabpkdnmcnncchnebpdojphjidabmnhk |
簡介 | Resize image in bulk. Rotate image. Export to app favicon, ... |
檔案大小 | 385 KB |
安裝次數 | 22 |
目前版本 | 0.0.5 |
更新時間 | 2024-01-14 |
上架時間 | 2022-09-02 |
評分 | 5.00/5 共 1 次評分 |
開發者 | rakuhin.asia |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mlightvn.github.io/#/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Resizing", "description": "Resize image in bulk. Rotate image. Export to app favicon, ...", "version": "0.0.5", "manifest_version": 3, "icons": { "16": ".\/assets\/images\/logo\/logo_16.png", "48": ".\/assets\/images\/logo\/logo_48.png", "128": ".\/assets\/images\/logo\/logo_128.png", "192": ".\/assets\/images\/logo\/logo_192.png" }, "action": { "default_icon": { "16": ".\/assets\/images\/logo\/logo_16.png", "48": ".\/assets\/images\/logo\/logo_48.png", "128": ".\/assets\/images\/logo\/logo_128.png", "192": ".\/assets\/images\/logo\/logo_192.png" }, "default_popup": ".\/popup\/main.html", "default_title": "Image Resizing v0.0.5" } } |