ImageSourceDownloader

Enlarge thumbnails, and show images/videos from links with a mouse hover.

ImageSourceDownloader क्या है?

ImageSourceDownloader Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enlarge thumbnails, and show images/videos from links with a mouse hover."।

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

screenshot

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

crx प्रारूप में ImageSourceDownloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        1. The original image is automatically displayed after the mouse points to the thumbnail
2. CTRL + S one-click to download the original image to the download directory,do not pop up the directory selection file dialog
3. Automatically create the directory name of the web page title in the download directory
4. Use with Everything search software, the effect is better~                    

एक्सटेंशन की मूल जानकारी

नाम ImageSourceDownloader ImageSourceDownloader
ID njbpldmeglladkbjgiafnjaehjkhihnp
आधिकारिक URL https://chromewebstore.google.com/detail/imagesourcedownloader/njbpldmeglladkbjgiafnjaehjkhihnp
विवरण Enlarge thumbnails, and show images/videos from links with a mouse hover.
फ़ाइल का आकार 193 KB
स्थापना संख्या 451
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2019-05-19
प्रकाशन तिथि 2019-05-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en,fr,nl,es,hu,pl,pt-BR,cs,el,ru,uk,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.0.1",
    "name": "ImageSourceDownloader",
    "description": "__MSG_APP_DESCRIPTION__",
    "homepage_url": "https:\/\/api.chiguatools.cn\/ImageSourceDownloader",
    "author": "BK",
    "icons": {
        "128": "ImageSourceDownloaderIcon.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "downloads",
        "history",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "gzh.png",
        "pwx.png"
    ],
    "incognito": "split",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/includes\/app.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/includes\/content.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}