SVG Export
Download SVGs from websites as SVGs, PNGs or JPEGs
SVG Exportとは何ですか?
SVG Exportはhttps://svgexport.ioによって開発されたChromeの拡張機能で、その主な機能は「Download SVGs from websites as SVGs, PNGs or JPEGs」です。
拡張機能のスクリーンショット
SVG Export拡張機能のCRXファイルをダウンロード
SVG Export拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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'" } |