Asset Downloader
Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.
Qu'est-ce que Asset Downloader ?
Asset Downloader est une extension Chrome développée par Cory Caywood, et sa fonction principale est "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Asset Downloader
Téléchargez les fichiers d'extension Asset Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Asset Downloader |
ID | iaejdgeeecpdmnnjnncnajkbagpoiikg |
URL Officiel | https://chromewebstore.google.com/detail/asset-downloader/iaejdgeeecpdmnnjnncnajkbagpoiikg |
Description | Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded. |
Taille du Fichier | 83.89 KB |
Nombre d'Installations | 4,000 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2017-03-25 |
Date de Publication | 2017-03-25 |
Évaluation | 3.14/5 Total 7 Évaluations |
Développeur | Cory Caywood |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/corycaywood/chrome-asset-downloader |
Langues Prises en Charge | 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": [ " |