Simple image resizer
Resize an image to different sizes consecutively.
Simple image resizer क्या है?
Simple image resizer Y2NR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resize an image to different sizes consecutively."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple image resizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |