Save Image to Downloads

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

Apa itu Save Image to Downloads?

Save Image to Downloads adalah ekstensi Chrome yang dikembangkan oleh posidron, dan fitur utamanya adalah "Save images to the Download folder without the nagging 'Save As' dialog.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Save Image to Downloads

Unduh file ekstensi Save Image 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

                        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.                    

Informasi Dasar Ekstensi

Nama Save Image to Downloads Save Image to Downloads
ID bpgoliohmhlcfconjgecnkobjengecpk
URL Resmi https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk
Deskripsi Save images to the Download folder without the nagging 'Save As' dialog.
Ukuran File 21.79 KB
Jumlah Instalasi 94
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-02-12
Tanggal Publikasi 2020-02-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang posidron
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}