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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NGTI, και η κύρια λειτουργία του είναι "A tool to quickly preview and get all the svg assets from a website.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης svg-grabber - get all the svg's from a site

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}