Save Image to Downloads

Save images to the Download folder without the nagging 'Save As' dialog.

Save Image to Downloads क्या है?

Save Image to Downloads posidron द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save images to the Download folder without the nagging 'Save As' dialog."।

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

screenshot
screenshot

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

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

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

                        This Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.                    

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

नाम Save Image to Downloads Save Image to Downloads
ID bpgoliohmhlcfconjgecnkobjengecpk
आधिकारिक URL https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk
विवरण Save images to the Download folder without the nagging 'Save As' dialog.
फ़ाइल का आकार 21.79 KB
स्थापना संख्या 94
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-02-12
प्रकाशन तिथि 2020-02-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर posidron
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Christoph Diehl",
    "homepage_url": "https:\/\/github.com\/posidron",
    "background": {
        "scripts": [
            "save.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}