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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to quickly preview and get all the svg assets from a website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में svg-grabber - get all the svg's from a site एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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": [ " |