Asset Downloader
Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.
Τι είναι το Asset Downloader;
Το Asset Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cory Caywood, και η κύρια λειτουργία του είναι "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Asset Downloader
Λήψη αρχείων επέκτασης Asset Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is an extension for Chrome Developer Tools that will add a new tab panel called "Asset Downloader". Images, fonts, stylesheets, and scripts from the inspected page can be batch downloaded through the extension. It will also find all links to images and fonts in the page's stylesheets, whether they are actually being used on the page or not. Images and fonts can also be previewed before they are downloaded. This can be particularly useful for fonts because the extension will find and show previews for all fonts. All downloads will be saved to Chrome's default user download directory in a new folder that is unique for each inspected page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Asset Downloader |
ID | iaejdgeeecpdmnnjnncnajkbagpoiikg |
Επίσημο URL | https://chromewebstore.google.com/detail/asset-downloader/iaejdgeeecpdmnnjnncnajkbagpoiikg |
Περιγραφή | Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded. |
Μέγεθος Αρχείου | 83.89 KB |
Αριθμός Εγκαταστάσεων | 4,000 |
Τρέχουσα Έκδοση | 0.1.1 |
Τελευταία Ενημέρωση | 2017-03-25 |
Ημερομηνία Δημοσίευσης | 2017-03-25 |
Αξιολόγηση | 3.14/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Cory Caywood |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/corycaywood/chrome-asset-downloader |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Asset Downloader", "version": "0.1.1", "description": "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.", "devtools_page": "devtools.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "permissions": [ " |