svg-grabber - get all the svg's from a site

A tool to quickly preview and get all the svg assets from a website.

svg-grabber - get all the svg's from a siteとは何ですか?

svg-grabber - get all the svg's from a siteはNGTIによって開発されたChromeの拡張機能で、その主な機能は「A tool to quickly preview and get all the svg assets from a website.」です。

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

screenshot

svg-grabber - get all the svg's from a site拡張機能のCRXファイルをダウンロード

svg-grabber - get all the svg's from a site拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quickly preview and copy or download all the SVG assets from a website. 

svg-grabber lets you preview, download and copy the code all SVG icons and illustrations in a website.  

svg-grabber is an open source tool created by Jaques Bouman and Juan Rios at NGTI in Rotterdam, The Netherlands. Available for download, forking on Github at https://github.com/ngti/svg-grabber

Check https://ngti.nl

You can follow Juan Rios here: https://twitter.com/juanrios_nl


Note
-----------------------------
Some of the logos design and the artwork you can download are the intellectual property of the copyright and/or trademark holder and are offered to you as a convenience for lawful use with proper permission from the copyright and/or trademark holder only.                    

拡張機能の基本情報

名前 svg-grabber - get all the svg's from a site svg-grabber - get all the svg's from a site
ID ndakggdliegnegeclmfgodmgemdokdmg
公式URL https://chromewebstore.google.com/detail/svg-grabber-get-all-the-s/ndakggdliegnegeclmfgodmgemdokdmg
説明 A tool to quickly preview and get all the svg assets from a website.
ファイルサイズ 45.77 KB
インストール数 132,636
現在のバージョン 1.0.0
最終更新日 2018-02-05
公開日 2018-02-05
評価 4.12/5 合計 91 レビュー
開発者 NGTI
支払い方法 free
拡張機能のウェブサイト https://ngti.nl
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "svg-grabber - get all the svg's from a site",
    "short_name": "svg-grabber",
    "description": "A tool to quickly preview and get all the svg assets from a website.",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "svggrabber48.png"
    },
    "icons": {
        "16": "svggrabber16.png",
        "48": "svggrabber48.png",
        "128": "svggrabber128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}