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开发的Chrome扩展程序,该扩展的主要功能是“Save images to the Download folder without the nagging 'Save As' dialog.”。

扩展截图

screenshot
screenshot

下载Save Image to Downloads扩展crx文件

下载Save Image to Downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}