Save to Downloads

An easy way to save images to the Downloads folder.

Apa itu Save to Downloads?

Save to Downloads adalah ekstensi Chrome yang dikembangkan oleh Arhey, dan fitur utamanya adalah "An easy way to save images to the Downloads folder.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Save to Downloads

Unduh file ekstensi Save to Downloads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Save to Downloads Save to Downloads
ID ifpepkjeinhcffiikcoiohobillelmha
URL Resmi https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha
Deskripsi An easy way to save images to the Downloads folder.
Ukuran File 6.58 KB
Jumlah Instalasi 227
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2019-09-27
Tanggal Publikasi 2019-09-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Arhey
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/freearhey/save-to-downloads
URL Halaman Bantuan https://github.com/freearhey/save-to-downloads/issues
Bahasa yang Didukung 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"
        ]
    }
}