Asset Eater

Bulk download all the items on a Google DoubleClick asset library page.

Asset Eater란 무엇입니까?

Asset Eater은(는) Luke Twomey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bulk download all the items on a Google DoubleClick asset library page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Asset Eater 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Asset Eater allows you to easily download a large number of Google DoubleClick assets in one go. When viewing a page of assets in the asset library, you no longer have to 'right-click save as' on each individual item. In one click, Asset Eater will conveniently download all the assets on the page for you, saving time and frustration.

It couldn't be simpler to use:

- open the DoubleClick folder containing the assets to download
- click on the extension icon in the Chrome toolbar
- find your downloaded assets in your local Downloads folder

Note – If there is more than one page of assets, you will need to click the icon on every page.

Support - please email [email protected] for all comments and queries regarding Asset Eater.                    

확장 프로그램 기본 정보

이름 Asset Eater Asset Eater
ID gfbljoccbogemholomfngbfmpfnneejk
공식 URL https://chromewebstore.google.com/detail/asset-eater/gfbljoccbogemholomfngbfmpfnneejk
설명 Bulk download all the items on a Google DoubleClick asset library page.
파일 크기 4.46 MB
설치 횟수 51
현재 버전 1.4
최근 업데이트 2017-06-30
출시 날짜 2017-06-30
개발자 Luke Twomey
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asset Eater",
    "description": "Bulk download all the items on a Google DoubleClick asset library page.",
    "version": "1.4",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "downloads",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "listener.js"
        ],
        "persistent": false
    }
}