SVG downloader

download svg from any website

什麼是SVG downloader?

SVG downloader是由christianhappygo開發的Chrome擴展程式,該擴展的主要功能是“download svg from any website”。

擴展截圖

screenshot
screenshot

下載SVG downloader擴展crx文件

下載SVG downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        SVG Downloader - Download SVGs from any Website with one click.
Support download svg as png and jpg.

Tired of struggling to download SVG images on websites? SVG Downloader makes it easy to collect, view and download SVGs with just one click.

How It Works:

- Click the SVG Downloader extension icon on any webpage to instantly extract all the SVG images into a new tab
- Preview the SVGs, copy SVG code, download individual images or bulk download all SVGs
- View detailed SVG info and edit SVGs before downloading.

Key Features:

- One click to grab all SVGs on any website
- Preview and select SVGs to download
- Bulk download or individual image downloads
- Copy SVG code snippets
- View and edit SVGs before downloading
- Lightweight extension, easy to use.

No more wasting time trying to save SVGs one by one. With SVG Downloader, export all the SVGs you need with a single click. The perfect tool for designers, developers and bloggers who work with SVG images.

Use SVG Downloader to simplify your workflow today!                    

擴展基本資訊

名稱 SVG downloader SVG downloader
ID ehoomjebcggkfbkeddldagdjgdpepamh
官方網址 https://chromewebstore.google.com/detail/svg-downloader/ehoomjebcggkfbkeddldagdjgdpepamh
簡介 download svg from any website
檔案大小 66.33 KB
安裝次數 4,000
目前版本 1.0.2
更新時間 2023-11-21
上架時間 2023-08-08
評分 5.00/5 共 7 次評分
開發者 christianhappygo
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.svgdownloader.com/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SVG downloader",
    "description": "download svg from any website",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-34.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_icon": "img\/logo-48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png",
                "pages\/index.html"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "tabs"
    ]
}