ImageCap - image download and capture

An usefull tool for image download & full page screen capture

ImageCap - image download and capture란 무엇입니까?

ImageCap - image download and capture은(는) https://www.wayixia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An usefull tool for image download & full page screen capture"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ImageCap - image download and capture 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 ImageCap - image download and capture ImageCap - image download and capture
ID ahajhopfbfpekcljjjppolcmapaidldc
공식 URL https://chromewebstore.google.com/detail/imagecap-image-download-a/ahajhopfbfpekcljjjppolcmapaidldc
설명 An usefull tool for image download & full page screen capture
파일 크기 273 KB
설치 횟수 3,676
현재 버전 1.20.1
최근 업데이트 2021-05-11
출시 날짜 2018-12-14
평점 3.44/5 총 27 개의 평점
개발자 https://www.wayixia.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wayixia.com/extension/install
도움말 페이지 URL https://www.wayixia.com/extension/faq
지원되는 언어 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"
        }
    }
}