Set as desktop background

Change your desktop wallpaper directly from your web browser

Apa itu Set as desktop background?

Set as desktop background adalah ekstensi Chrome yang dikembangkan oleh https://jairocontreras.github.io, dan fitur utamanya adalah "Change your desktop wallpaper directly from your web browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Set as desktop background

Unduh file ekstensi Set as desktop background 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 extension is compatible with Windows and requires the installation of Python and a script which serve as the native application and messaging host needed to make changes to your computer. Download links and further instructions can be found in the options page.

Additional features:
Save recently applied wallpaper to your downloads                    

Informasi Dasar Ekstensi

Nama Set as desktop background Set as desktop background
ID kpnohlcoegedfpikkadcoljdjnijbelp
URL Resmi https://chromewebstore.google.com/detail/set-as-desktop-background/kpnohlcoegedfpikkadcoljdjnijbelp
Deskripsi Change your desktop wallpaper directly from your web browser
Ukuran File 12.92 KB
Jumlah Instalasi 1,172
Versi Saat Ini 1.34
Terakhir Diperbarui 2024-02-05
Tanggal Publikasi 2020-06-06
Penilaian 3.80/5 Total 10 Penilaian
Pengembang https://jairocontreras.github.io
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Set as desktop background",
    "version": "1.34",
    "action": {
        "default_popup": "popup.html"
    },
    "description": "Change your desktop wallpaper directly from your web browser",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "background": {
        "service_worker": "script\/background.js"
    },
    "options_page": "main.html",
    "permissions": [
        "contextMenus",
        "downloads",
        "nativeMessaging",
        "notifications",
        "storage"
    ]
}