Grabber, easy way to download the images

Grab the images or soon other assets from within the active page

Grabber, easy way to download the images là gì?

Grabber, easy way to download the images là một tiện ích mở rộng Chrome được phát triển bởi https://grabcode.fr, và tính năng chính của nó là "Grab the images or soon other assets from within the active page".

Ả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 Grabber, easy way to download the images

Tải xuống các tệp mở rộng Grabber, easy way to download the images 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

                        Grabber is the Chrome Extension providing an easy way to download the images that the page you are visiting contain. It is relevant whenever you wish to fetch a bunch of assets and the website would not give you a simplistic "Download All" button.

Note: at this stage, it is an alpha version. It requires the user to specify the CSS selector used to lookup for the assets.                    

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

Tên Grabber, easy way to download the images Grabber, easy way to download the images
ID obcfnhbmjnpnahpedfinnkdfjfcfgafa
URL Chính Thức https://chromewebstore.google.com/detail/grabber-easy-way-to-downl/obcfnhbmjnpnahpedfinnkdfjfcfgafa
Mô tả Grab the images or soon other assets from within the active page
Kích Thước Tệp 16.28 KB
Số Lần Cài Đặt 398
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-03-02
Ngày Phát Hành 2017-03-01
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://grabcode.fr
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grabber, easy way to download the images",
    "short_name": "Grabber",
    "description": "Grab the images or soon other assets from within the active page",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Grabber",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "downloads"
    ]
}