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
官方網址 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"
        ]
    }
}