Double Click assets downloader

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

Double Click assets downloaderとは何ですか?

Double Click assets downloaderはskyworksdigiによって開発されたChromeの拡張機能で、その主な機能は「Bulk download all the items on a Google DoubleClick asset library page.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Double Click assets downloader拡張機能のCRXファイルをダウンロード

Double Click assets downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        DoubleClick assets downloader allows you to easily download Google DoubleClick assets from several folders at once.

HOW TO USE:
1. Check all the boxes from those folders on DoubleClick Studio you want to download.
2. Click on the extension. Wait for the CSV file to be downloaded, upload it when the add file button prompt.
3. That's it! Your folders are now in your Downloads folder.

CONTRIBUTORS:
Carmen Chapa
Luke Twomey

@Sky Works!                    

拡張機能の基本情報

名前 Double Click assets downloader Double Click assets downloader
ID bjipniagecflejnaojalejgihdnfemah
公式URL https://chrome.google.com/webstore/detail/double-click-assets-downl/bjipniagecflejnaojalejgihdnfemah
説明 Bulk download all the items on a Google DoubleClick asset library page.
ファイルサイズ 82.99 KB
インストール数 175
現在のバージョン 1.3
最終更新日 2018-06-06
公開日 2018-06-06
評価 5.00/5 合計 2 レビュー
開発者 skyworksdigi
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Double Click assets downloader",
    "author": "Luke Twomey & Carmen Chapa",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ],
    "description": "Bulk download all the items on a Google DoubleClick asset library page.",
    "version": "1.3",
    "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"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "downloads",
        "downloads.open",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}