Save to Downloads

An easy way to save images to the Downloads folder.

什么是Save to Downloads?

Save to Downloads是由Arhey开发的Chrome扩展程序,该扩展的主要功能是“An easy way to save images to the Downloads folder.”。

扩展截图

screenshot

下载Save to Downloads扩展crx文件

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

扩展使用说明

                        It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.                    

扩展基本信息

名称 Save to Downloads Save to Downloads
ID ifpepkjeinhcffiikcoiohobillelmha
官方URL https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha
简介 An easy way to save images to the Downloads folder.
文件大小 6.58 KB
安装次数 227
当前版本 0.1.2
更新时间 2019-09-27
上架时间 2019-09-26
评分 5.00/5 共1次评分
开发者 Arhey
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/freearhey/save-to-downloads
帮助页面URL https://github.com/freearhey/save-to-downloads/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Downloads",
    "version": "0.1.2",
    "description": "An easy way to save images to the Downloads folder.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}