Save image as Type
Save image as PNG, JPG or WebP by context menu on image.
Save image as Type क्या है?
Save image as Type image4tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save image as PNG, JPG or WebP by context menu on image."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save image as Type एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add context menu for images to save image as PNG, JPG or WebP format. There is an old Save Image As Type 1.0.5 extension created by another developer but cannot run now. I developed this new extension based on the old one. This extension is open source. No information is collected. No ads. No login or registration. Multiple languages supported. Release notes: 2015-02-08 - First release. 2023-05-11 - Migrate to chrome extension manifest version 3. - Use service worker instead of content script, as chrome recommended. - Add some languages 2023-05-22 - Fix bug for chrome 108 and older versions. - Add some languages
एक्सटेंशन की मूल जानकारी
नाम | Save image as Type |
ID | gabfmnliflodkdafenbcpjdlppllnemd |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-image-as-type/gabfmnliflodkdafenbcpjdlppllnemd |
विवरण | Save image as PNG, JPG or WebP by context menu on image. |
फ़ाइल का आकार | 109 KB |
स्थापना संख्या | 1,022,929 |
वर्तमान संस्करण | 1.2.4 |
अंतिम अपडेट | 2023-12-19 |
प्रकाशन तिथि | 2015-02-07 |
रेटिंग | 3.88/5 कुल 550 रेटिंग्स |
डेवलपर | image4tools |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/cuixiping/Save-Image-as-Type |
सहायता पृष्ठ URL | https://github.com/cuixiping/Save-Image-as-Type/issues |
समर्थित भाषाएँ | de,en,fr,vi,es,it,pt-BR,pt-PT,ru,uk,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "background": { "service_worker": "background.js" }, "default_locale": "en", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "permissions": [ "downloads", "contextMenus", "offscreen", "scripting" ], "optional_permissions": [], "host_permissions": [ " |