Asset Downloader

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

Asset Downloader là gì?

Asset Downloader là một tiện ích mở rộng Chrome được phát triển bởi Cory Caywood, và tính năng chính của nó là "Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Asset Downloader

Tải xuống các tệp mở rộng Asset Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Asset Downloader Asset Downloader
ID iaejdgeeecpdmnnjnncnajkbagpoiikg
URL Chính Thức https://chromewebstore.google.com/detail/asset-downloader/iaejdgeeecpdmnnjnncnajkbagpoiikg
Mô tả Extends the Developer Tools, adding a sidebar that allows images, fonts, stylesheets, and scripts to be batch downloaded.
Kích Thước Tệp 83.89 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2017-03-25
Ngày Phát Hành 2017-03-25
Đánh Giá 3.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Cory Caywood
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/corycaywood/chrome-asset-downloader
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}