Artemiss - Image downloader

The fastest way to download images from the web

Artemiss - Image downloader là gì?

Artemiss - Image downloader là một tiện ích mở rộng Chrome được phát triển bởi Artemiss, và tính năng chính của nó là "The fastest way to download images from the web".

Ả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 Artemiss - Image downloader

Tải xuống các tệp mở rộng Artemiss - Image downloader 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

                        Hit Alt + A to download all images.

Please refresh the page when you download images for the first time after installing Artemiss.

Also, please make sure that the Chrome downloads setting "Ask where to save each file before downloading" is turned off. Otherwise, the Save As dialog box may pop up for each download.

Select a group or individual images from the list of images found.
Download images with or without order by toggling the relevant option.
Auto open the folder as soon as downloads are complete and check your images.

The following permissions are required:

"downloads" 
- required to save image files on your local computer
"storage"
- required to save the extension settings on your local computer
"*://*/*"
- required to find images on any http and https pages                    

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

Tên Artemiss - Image downloader Artemiss - Image downloader
ID kfjokghfahemfimokifapclkgcdbopfb
URL Chính Thức https://chromewebstore.google.com/detail/artemiss-image-downloader/kfjokghfahemfimokifapclkgcdbopfb
Mô tả The fastest way to download images from the web
Kích Thước Tệp 93.7 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.2.8
Cập Nhật Lần Cuối 2023-12-24
Ngày Phát Hành 2020-02-02
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Artemiss
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://artemissdev.wordpress.com/2023/12/23/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Artemiss - Image downloader",
    "version": "1.2.8",
    "description": "The fastest way to download images from the web",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArWmqZsj2GA+\/xiaf6ln8fybxfWTI6H6behZRL9miWjQaQ7CqzxhUkum3\/jem5bLVajWCb1aaabvNv4npyj2y50cXqokYbiByXg+DIjJP9cLnUzjXsyxqj+ZhuIdsvefEZ7xkzXEgsC2\/SOrlXpfSEjuQ6JYZrMe3RgVaGoZDoPP58fs+gVyUP6c4HMKZe43hBxRFFJvPQX4bZA2hGqSXz2Z4LTXNYZgMi782apbVDDveeXX6QK2lU+zGDqhwwDsPVEetlkC7oOysrqWshk2B\/2ctc4NXigCAxDySASOhuWQhicc\/5QZfrZ++fF8F0JRRaiyhHpSZnOPt4fqvJVhN2QIDAQAB",
    "permissions": [
        "downloads",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/contentScript.css"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "img\/default_icon.png",
            "24": "img\/default_icon.png",
            "32": "img\/default_icon.png"
        },
        "default_title": "Artemiss"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "html\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Run Artemiss"
        }
    }
}