ImageCap - image download and capture

An usefull tool for image download & full page screen capture

What is ImageCap - image download and capture?

ImageCap - image download and capture is a Chrome extension developed by https://www.wayixia.com, and its main feature is "An usefull tool for image download & full page screen capture".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ImageCap - image download and capture Extension CRX File

Download ImageCap - image download and capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ImageCap - image download and capture ImageCap - image download and capture
ID ahajhopfbfpekcljjjppolcmapaidldc
Official URL https://chromewebstore.google.com/detail/imagecap-image-download-a/ahajhopfbfpekcljjjppolcmapaidldc
Description An usefull tool for image download & full page screen capture
File Size 273 KB
Installation Count 3,676
Current Version 1.20.1
Last Updated 2021-05-11
Publish Date 2018-12-14
Rating 3.44/5 Total 27 Ratings
Developer https://www.wayixia.com
Email [email protected]
Payment Type free
Extension Website https://www.wayixia.com/extension/install
Help Page URL https://www.wayixia.com/extension/faq
Supported Languages 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"
        }
    }
}