Asset Downloader

Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.

Wat is Asset Downloader?

Asset Downloader is een Chrome-extensie ontwikkeld door Cory Caywood, en de belangrijkste functie is "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Asset Downloader

Download Asset Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Asset Downloader Asset Downloader
ID iaejdgeeecpdmnnjnncnajkbagpoiikg
Officiële URL https://chromewebstore.google.com/detail/asset-downloader/iaejdgeeecpdmnnjnncnajkbagpoiikg
Beschrijving Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.
Bestandsgrootte 83.89 KB
Aantal Installaties 4,000
Huidige Versie 0.1.1
Laatst Bijgewerkt 2017-03-25
Publicatiedatum 2017-03-25
Beoordeling 3.14/5 Totaal 7 Beoordelingen
Ontwikkelaar Cory Caywood
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/corycaywood/chrome-asset-downloader
Ondersteunde Talen 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": [
        "",
        "downloads"
    ]
}