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.”。
擴展截圖
下載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 |
ID | ndakggdliegnegeclmfgodmgemdokdmg |
官方網址 | 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": [ " |