Image Extractor - by Visual View

Single click extract and download images on any webpage

Image Extractor - by Visual View là gì?

Image Extractor - by Visual View là một tiện ích mở rộng Chrome được phát triển bởi https://visualview.app, và tính năng chính của nó là "Single click extract and download images on any webpage".

Ả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 Image Extractor - by Visual View

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

                        The simplest way to extract and download images on a webpage.                    

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

Tên Image Extractor - by Visual View Image Extractor - by Visual View
ID ppbbnicomlpilfkohhknjdkndelfncjl
URL Chính Thức https://chromewebstore.google.com/detail/image-extractor-by-visual/ppbbnicomlpilfkohhknjdkndelfncjl
Mô tả Single click extract and download images on any webpage
Kích Thước Tệp 656 KB
Số Lần Cài Đặt 2,697
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2022-07-21
Ngày Phát Hành 2021-06-29
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://visualview.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.visualview.app/
URL Trang Chính Sách Bảo Mật https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Extractor - by Visual View",
    "description": "Single click extract and download images on any webpage",
    "version": "0.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "title": "Extract images"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "downloads",
        "activeTab"
    ]
}