ExpressIMG - Resize images from URL
A super fast image resizer that can resize images straight from the internet. No file download required!
ExpressIMG - Resize images from URL क्या है?
ExpressIMG - Resize images from URL katauskasdomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A super fast image resizer that can resize images straight from the internet. No file download required!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ExpressIMG - Resize images from URL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly resize images directly from the website. Just paste the image url and select your desired dimensions. The file will be downloaded for you already resized so you don`t need to save the original image on your computer. Supported formats: PNG, JPG, SVG. NOTICE You have to make sure that the image you are trying to resize is publicly accessible. For support, email [email protected]
एक्सटेंशन की मूल जानकारी
नाम | ExpressIMG - Resize images from URL |
ID | ifcoagfkdeikcbbadpgnngjhmjbghmce |
आधिकारिक URL | https://chromewebstore.google.com/detail/expressimg-resize-images/ifcoagfkdeikcbbadpgnngjhmjbghmce |
विवरण | A super fast image resizer that can resize images straight from the internet. No file download required! |
फ़ाइल का आकार | 51.97 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-12-20 |
प्रकाशन तिथि | 2021-12-16 |
डेवलपर | katauskasdomas |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ExpressIMG - Resize images from URL", "description": "A super fast image resizer that can resize images straight from the internet. No file download required!", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "downloads", "downloads.open" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo_16.png", "32": "\/images\/logo_32.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } }, "icons": { "16": "\/images\/logo_16.png", "32": "\/images\/logo_32.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" }, "host_permissions": [ "https:\/\/resize-image-server.herokuapp.com\/" ] } |