Asset Eater
Bulk download all the items on a Google DoubleClick asset library page.
Asset Eater là gì?
Asset Eater là một tiện ích mở rộng Chrome được phát triển bởi Luke Twomey, và tính năng chính của nó là "Bulk download all the items on a Google DoubleClick asset library page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Asset Eater
Tải xuống các tệp mở rộng Asset Eater 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gfbljoccbogemholomfngbfmpfnneejk |
URL Chính Thức | https://chromewebstore.google.com/detail/asset-eater/gfbljoccbogemholomfngbfmpfnneejk |
Mô tả | Bulk download all the items on a Google DoubleClick asset library page. |
Kích Thước Tệp | 4.46 MB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2017-06-30 |
Ngày Phát Hành | 2017-06-30 |
Nhà Phát Triển | Luke Twomey |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |