ImageCap - image download and capture

An usefull tool for image download & full page screen capture

Cos'è ImageCap - image download and capture?

ImageCap - image download and capture è un'estensione di Chrome sviluppata da https://www.wayixia.com, e la sua funzione principale è "An usefull tool for image download & full page screen capture".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ImageCap - image download and capture

Scarica i file di estensione ImageCap - image download and capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ImageCap - image download and capture ImageCap - image download and capture
ID ahajhopfbfpekcljjjppolcmapaidldc
URL Ufficiale https://chromewebstore.google.com/detail/imagecap-image-download-a/ahajhopfbfpekcljjjppolcmapaidldc
Descrizione An usefull tool for image download & full page screen capture
Dimensione del File 273 KB
Conteggio Installazioni 3,676
Versione Corrente 1.20.1
Ultimo Aggiornamento 2021-05-11
Data di Pubblicazione 2018-12-14
Valutazione 3.44/5 Totale 27 Valutazioni
Sviluppatore https://www.wayixia.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.wayixia.com/extension/install
URL della Pagina di Aiuto https://www.wayixia.com/extension/faq
Lingue Supportate 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"
        }
    }
}