ImageCap - image download and capture

An usefull tool for image download & full page screen capture

ImageCap - image download and capture là gì?

ImageCap - image download and capture là một tiện ích mở rộng Chrome được phát triển bởi https://www.wayixia.com, và tính năng chính của nó là "An usefull tool for image download & full page screen capture".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ImageCap - image download and capture

Tải xuống các tệp mở rộng ImageCap - image download and capture 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

                        All of web page images batch download, full page screen capture, and image edit

Features:
Add wassistant for merge long web page. Joy it!

1.20.1:
Fix image display bug.                    

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

Tên ImageCap - image download and capture ImageCap - image download and capture
ID ahajhopfbfpekcljjjppolcmapaidldc
URL Chính Thức https://chromewebstore.google.com/detail/imagecap-image-download-a/ahajhopfbfpekcljjjppolcmapaidldc
Mô tả An usefull tool for image download & full page screen capture
Kích Thước Tệp 273 KB
Số Lần Cài Đặt 3,676
Phiên Bản Hiện Tại 1.20.1
Cập Nhật Lần Cuối 2021-05-11
Ngày Phát Hành 2018-12-14
Đánh Giá 3.44/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://www.wayixia.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wayixia.com/extension/install
URL Trang Trợ Giúp https://www.wayixia.com/extension/faq
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.20.1",
    "default_locale": "en",
    "manifest_version": 2,
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "config.js",
            "background_ajax.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "Q.js\/Q.debug.js",
                "i18n.js",
                "content.js"
            ],
            "css": [
                "Q.js\/ui.css",
                "wayixia.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "toggle-wa-all": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Toggle Wa all images"
        }
    }
}