ImageCap - image download and capture

An usefull tool for image download & full page screen capture

Was ist ImageCap - image download and capture?

ImageCap - image download and capture ist eine Chrome-Erweiterung, die von https://www.wayixia.com entwickelt wurde, und ihr Hauptmerkmal ist "An usefull tool for image download & full page screen capture".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

ImageCap - image download and capture-Erweiterungs-CRX-Datei herunterladen

Laden Sie ImageCap - image download and capture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ImageCap - image download and capture ImageCap - image download and capture
ID ahajhopfbfpekcljjjppolcmapaidldc
Offizielle URL https://chromewebstore.google.com/detail/imagecap-image-download-a/ahajhopfbfpekcljjjppolcmapaidldc
Beschreibung An usefull tool for image download & full page screen capture
Dateigröße 273 KB
Installationsanzahl 3,676
Aktuelle Version 1.20.1
Letztes Update 2021-05-11
Veröffentlichungsdatum 2018-12-14
Bewertung 3.44/5 Insgesamt 27 Bewertungen
Entwickler https://www.wayixia.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.wayixia.com/extension/install
Hilfeseite URL https://www.wayixia.com/extension/faq
Unterstützte Sprachen 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"
        }
    }
}