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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An usefull tool for image download & full page screen capture"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ImageCap - image download and capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}