SVG Grabber

Gets SVG Element

SVG Grabberとは何ですか?

SVG Grabberはrajamkwiiによって開発されたChromeの拡張機能で、その主な機能は「Gets SVG Element」です。

拡張機能のスクリーンショット

screenshot

SVG Grabber拡張機能のCRXファイルをダウンロード

SVG Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The SVG Downloader Chrome Extension allows users to effortlessly select and download SVG files from any web page. With a simple click, users can save high-quality scalable vector graphics for use in design projects, presentations, or personalization. Streamline your workflow and enhance your creative projects by downloading the SVG Downloader Chrome Extension today.                    

拡張機能の基本情報

名前 SVG Grabber SVG Grabber
ID ejohfdpadoelnddkobgdaggfeokpfnfg
公式URL https://chromewebstore.google.com/detail/svg-grabber/ejohfdpadoelnddkobgdaggfeokpfnfg
説明 Gets SVG Element
ファイルサイズ 9.65 KB
インストール数 699
現在のバージョン 1.0
最終更新日 2023-07-19
公開日 2023-07-19
評価 1.00/5 合計 1 レビュー
開発者 rajamkwii
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SVG Grabber",
    "description": "Gets SVG Element",
    "version": "1.0",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "images\/Iconsmind-Outline-Hand-Touch-2.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    }
}