SVG Export
Download SVGs from websites as SVGs, PNGs or JPEGs
Qu'est-ce que SVG Export ?
SVG Export est une extension Chrome développée par https://svgexport.io, et sa fonction principale est "Download SVGs from websites as SVGs, PNGs or JPEGs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SVG Export
Téléchargez les fichiers d'extension SVG Export 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
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.
Informations de Base sur l'Extension
Nom | SVG Export |
ID | naeaaedieihlkmdajjefioajbbdbdjgp |
URL Officiel | https://chromewebstore.google.com/detail/svg-export/naeaaedieihlkmdajjefioajbbdbdjgp |
Description | Download SVGs from websites as SVGs, PNGs or JPEGs |
Taille du Fichier | 174 KB |
Nombre d'Installations | 225,097 |
Version Actuelle | 2.2.17 |
Dernière Mise à Jour | 2021-07-16 |
Date de Publication | 2020-06-07 |
Évaluation | 4.43/5 Total 176 Évaluations |
Développeur | https://svgexport.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://svgexport.io/ |
URL de la Page d'Aide | https://svgexport.io/report-a-bug |
Langues Prises en Charge | 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'" } |