Asset Downloader

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

Cos'è Asset Downloader?

Asset Downloader è un'estensione di Chrome sviluppata da Cory Caywood, e la sua funzione principale è "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Asset Downloader

Scarica i file di estensione Asset Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Asset Downloader Asset Downloader
ID iaejdgeeecpdmnnjnncnajkbagpoiikg
URL Ufficiale https://chromewebstore.google.com/detail/asset-downloader/iaejdgeeecpdmnnjnncnajkbagpoiikg
Descrizione Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.
Dimensione del File 83.89 KB
Conteggio Installazioni 4,000
Versione Corrente 0.1.1
Ultimo Aggiornamento 2017-03-25
Data di Pubblicazione 2017-03-25
Valutazione 3.14/5 Totale 7 Valutazioni
Sviluppatore Cory Caywood
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/corycaywood/chrome-asset-downloader
Lingue Supportate 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"
    ]
}