get the image!

This allows you to download a batch zip of images from a web page's documentation and css.

get the image! là gì?

get the image! là một tiện ích mở rộng Chrome được phát triển bởi kapy, và tính năng chính của nó là "This allows you to download a batch zip of images from a web page's documentation and css.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng get the image!

Tải xuống các tệp mở rộng get the image! 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

                        Are you a web developer?
Have you ever thought, "I want to copy a cool LP" or "I want to know the total number of images used"? This extension allows you to download a batch zip file of all the images used in an open page.
It's an extension, so you don't need to worry about compatibility.
Happy development life!

Attention!

The acceptability of files from other than the same domain depends on the server settings.
Also, among the html attributes, the following four types are supported by default. For any other attributes you wish to obtain, please enter them in the text box.
  - src
  - srcset
  - data-src
  - data-srcset                    

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

Tên get the image! get the image!
ID pbpnjlcchelkilcpkamkonhgpacjbibc
URL Chính Thức https://chromewebstore.google.com/detail/get-the-image/pbpnjlcchelkilcpkamkonhgpacjbibc
Mô tả This allows you to download a batch zip of images from a web page's documentation and css.
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-10-14
Ngày Phát Hành 2021-09-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kapy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "get the image!",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "This allows you to download a batch zip of images from a web page's documentation and css.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/240770894_197005722494949_3678857227278718278_n.png",
        "48": "img\/240770894_197005722494949_3678857227278718278_n.png",
        "128": "img\/240770894_197005722494949_3678857227278718278_n.png"
    },
    "permissions": [
        "http:\/\/*\/*\/",
        "https:\/\/*\/*\/"
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js",
                "jszip.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}