Image Resizing
Resize image in bulk. Rotate image. Export to app favicon, ...
Qu'est-ce que Image Resizing ?
Image Resizing est une extension Chrome développée par rakuhin.asia, et sa fonction principale est "Resize image in bulk. Rotate image. Export to app favicon, ...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Resizing
Téléchargez les fichiers d'extension Image Resizing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Image Resizing |
ID | mabpkdnmcnncchnebpdojphjidabmnhk |
URL Officiel | https://chromewebstore.google.com/detail/image-resizing/mabpkdnmcnncchnebpdojphjidabmnhk |
Description | Resize image in bulk. Rotate image. Export to app favicon, ... |
Taille du Fichier | 385 KB |
Nombre d'Installations | 22 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2024-01-14 |
Date de Publication | 2022-09-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | rakuhin.asia |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mlightvn.github.io/#/ |
Langues Prises en Charge | 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" } } |