Asset Downloader

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

什麼是Asset Downloader?

Asset Downloader是由Cory Caywood開發的Chrome擴展程式,該擴展的主要功能是“Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.”。

擴展截圖

screenshot
screenshot

下載Asset Downloader擴展crx文件

下載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 Asset Downloader
ID iaejdgeeecpdmnnjnncnajkbagpoiikg
官方網址 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": [
        "",
        "downloads"
    ]
}