SVG Export
Download SVGs from websites as SVGs, PNGs or JPEGs
SVG Export क्या है?
SVG Export https://svgexport.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download SVGs from websites as SVGs, PNGs or JPEGs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SVG Export एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
SVG Export is a great tool that searches for SVGs on websites and enables you to rapidly export them as PNGs, JPEGs or SVGs with ease. Features - Bulk export - Export as PNG, JPEG or SVG - Resize images - Copy SVGs for Sketch, Figma or Framer - Inlines important styles and colours that are applied with css - Embeds linked nodes from other parts of the site This is great for designers and developers wanting to pull SVGs from sites without having to dive into the source code.
एक्सटेंशन की मूल जानकारी
नाम | SVG Export |
ID | naeaaedieihlkmdajjefioajbbdbdjgp |
आधिकारिक URL | https://chromewebstore.google.com/detail/svg-export/naeaaedieihlkmdajjefioajbbdbdjgp |
विवरण | Download SVGs from websites as SVGs, PNGs or JPEGs |
फ़ाइल का आकार | 174 KB |
स्थापना संख्या | 225,097 |
वर्तमान संस्करण | 2.2.17 |
अंतिम अपडेट | 2021-07-16 |
प्रकाशन तिथि | 2020-06-07 |
रेटिंग | 4.43/5 कुल 176 रेटिंग्स |
डेवलपर | https://svgexport.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://svgexport.io/ |
सहायता पृष्ठ URL | https://svgexport.io/report-a-bug |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SVG Export", "short_name": "SVG Export", "description": "Download SVGs from websites as SVGs, PNGs or JPEGs", "version": "2.2.17", "manifest_version": 2, "icons": { "16": "icons\/16x16.png", "19": "icons\/19x19.png", "38": "icons\/38x38.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_title": "SVG Export" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |